New flag
authorChris Lattner <sabre@nondot.org>
Sat, 31 Jul 2004 02:07:07 +0000 (02:07 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 31 Jul 2004 02:07:07 +0000 (02:07 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15354 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/Target.td

index c05d3faaad58f323608de01c0bcb1fcd73f88e2f..2aaa6f75d9d52dc49492318af5754e7d5cd692ff 100644 (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?