Implement enough of the missing instalias support to get
[oota-llvm.git] / utils / TableGen / CodeGenInstruction.h
index f05a88fd022d2df48a2ce0292fc27342e943b02b..78c88d797d36f0d471030865f6ecb47d25412ee0 100644 (file)
@@ -250,6 +250,9 @@ namespace llvm {
     /// to the alias.
     CGIOperandList Operands;
     
+    /// Result - The result instruction.
+    DagInit *Result;
+    
     CodeGenInstAlias(Record *R);
   };    
 }