Displaying 1 result from an estimated 1 matches for "structuredness".
2007 Dec 28
0
[LLVMdev] a very basic question about LLVM IR structuredness
Hello, LLVM guys.
I'd just like to use 'for', 'if~else', calling functions in C code without any 'goto', 'switch~case' and so on.
In this case, is LLVM IR always something STRUCTURED?
I would just want to make it sure. Forgive my ignorance.
Thanks,
Seung