mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 02:33:06 +01:00
[SelectionDAG] Remove ISD::LIFETIME_START/LIFETIME_END from assert in getMemIntrinsicNode.
These appear to have their own SDNode type and shouldn't use MemIntrinsicSDNode.
This commit is contained in:
parent
c8e3ab017c
commit
7f1c4b0147
@ -6701,8 +6701,6 @@ SDValue SelectionDAG::getMemIntrinsicNode(unsigned Opcode, const SDLoc &dl,
|
||||
assert((Opcode == ISD::INTRINSIC_VOID ||
|
||||
Opcode == ISD::INTRINSIC_W_CHAIN ||
|
||||
Opcode == ISD::PREFETCH ||
|
||||
Opcode == ISD::LIFETIME_START ||
|
||||
Opcode == ISD::LIFETIME_END ||
|
||||
((int)Opcode <= std::numeric_limits<int>::max() &&
|
||||
(int)Opcode >= ISD::FIRST_TARGET_MEMORY_OPCODE)) &&
|
||||
"Opcode is not a memory-accessing opcode!");
|
||||
|
Loading…
Reference in New Issue
Block a user