llvm-svn: 15354
This commit is contained in:
Chris Lattner 2004-07-31 02:07:07 +00:00
parent d46a44390f
commit 6ff86f8af6

View File

@ -117,6 +117,7 @@ class Instruction {
// instruction.
bit isReturn = 0; // Is this instruction a return instruction?
bit isBranch = 0; // Is this instruction a branch instruction?
bit isBarrier = 0; // Can control flow fall through this instruction?
bit isCall = 0; // Is this instruction a call instruction?
bit isTwoAddress = 0; // Is this a two address instruction?
bit isTerminator = 0; // Is this part of the terminator for a basic block?