[SelectionDAG] Remove ISD::LIFETIME_START/LIFETIME_END from assert in getMemIntrinsic...
authorCraig Topper <craig.topper@gmail.com>
Sun, 23 Feb 2020 23:19:04 +0000 (15:19 -0800)
committerCraig Topper <craig.topper@gmail.com>
Mon, 24 Feb 2020 06:32:36 +0000 (22:32 -0800)
commit3a6bb32bd24b6f1b01ae2378ea7fa726f453fb1c
treea9a802b968af60cb9c06b523f8b07a256e1c375b
parent4d812acba61e6306181a830a18d21bcb07b9f8c7
[SelectionDAG] Remove ISD::LIFETIME_START/LIFETIME_END from assert in getMemIntrinsicNode.

These appear to have their own SDNode type and shouldn't use
MemIntrinsicSDNode.
llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp