mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-25 00:24:26 +00:00
Remove the OrigVT member from AtomicSDNode, as it is redundant with
the base SDNode's VTList. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52722 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user