Seung Jae Lee
2007-Dec-28 00:03 UTC
[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