Remove the OrigVT member from AtomicSDNode, as it is redundant with
[oota-llvm.git] / include / llvm / CodeGen / SelectionDAG.h
index 4c2ddce8a90ddb679b3e1de00b0028e8d9d3a0b7..8b3dad223a0b64481ca71b17489eed79ad975463 100644 (file)
@@ -370,13 +370,13 @@ public:
   /// getAtomic - Gets a node for an atomic op, produces result and chain, takes
   /// 3 operands
   SDOperand getAtomic(unsigned Opcode, SDOperand Chain, SDOperand Ptr, 
-                      SDOperand Cmp, SDOperand Swp, MVT VT, const Value* PtrVal,
+                      SDOperand Cmp, SDOperand Swp, const Value* PtrVal,
                       unsigned Alignment=0);
 
   /// getAtomic - Gets a node for an atomic op, produces result and chain, takes
   /// 2 operands
   SDOperand getAtomic(unsigned Opcode, SDOperand Chain, SDOperand Ptr, 
-                      SDOperand Val, MVT VT, const Value* PtrVal,
+                      SDOperand Val, const Value* PtrVal,
                       unsigned Alignment = 0);
 
   /// getLoad - Loads are not normal binary operators: their result type is not