Reimplement BuildResultOperands to be in terms of the result instruction's
[oota-llvm.git] / utils / TableGen / CodeGenInstruction.h
index 625afc6bef776886d3be9f650883c8f540b39ce5..0e636a87679d278107957b956889c8331c23e357 100644 (file)
@@ -258,10 +258,6 @@ namespace llvm {
     /// instruction.
     std::string AsmString;
     
-    /// Operands - This is information about the (ins) and (outs) list specified
-    /// to the alias.
-    CGIOperandList Operands;
-    
     /// Result - The result instruction.
     DagInit *Result;