(本文是 http://llvm.org/releases/2.9/docs/LangRef.html 的阅读笔记,前作为《LLVM笔记(2):LLVM的语言(中)》。) Instruction Reference terminator instruction indicates which block should be executed after the current block is finished yields ‘void’ value, ret (return) ret <type> <value> ret void branch br i1 <cond>, label <iftrue>, label <iffalse> br label <dest> ; Unconditional branch switch <intty> <value>, label <defaultdest> [ <intty> <val>, label <dest> ... ] indirectbr <somety>* […]
About Me
-
Recent Posts
Categories
Tag Cloud
Archives