Add i1imm
authorChris Lattner <sabre@nondot.org>
Sun, 15 Aug 2004 05:37:00 +0000 (05:37 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 15 Aug 2004 05:37:00 +0000 (05:37 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15753 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/Target.td

index ac2c0281ea4784fcd27af437e860b5aca69cc64d..e0969a74914d9f2c0a01e2b598467ad937739adf 100644 (file)
@@ -147,6 +147,7 @@ class Operand<ValueType ty> {
   string PrintMethod = "printOperand";
 }
 
+def i1imm  : Operand<i1>;
 def i8imm  : Operand<i8>;
 def i16imm : Operand<i16>;
 def i32imm : Operand<i32>;