INTRINSIC_W_CHAIN and INTRINSIC_VOID do not use MemSDNode. They

may access memory, but they don't carry a MachineMemOperand.

llvm-svn: 83449
This commit is contained in:
Dan Gohman 2009-10-07 03:00:18 +00:00
parent 1e39bd944b
commit 2a685bdbee
1 changed files with 0 additions and 2 deletions

View File

@ -1599,8 +1599,6 @@ public:
N->getOpcode() == ISD::ATOMIC_LOAD_MAX ||
N->getOpcode() == ISD::ATOMIC_LOAD_UMIN ||
N->getOpcode() == ISD::ATOMIC_LOAD_UMAX ||
N->getOpcode() == ISD::INTRINSIC_W_CHAIN ||
N->getOpcode() == ISD::INTRINSIC_VOID ||
N->isTargetMemoryOpcode();
}
};