Added MemIntrinsicNode which is useful to represent target intrinsics that
authorMon P Wang <wangmp@apple.com>
Fri, 17 Oct 2008 18:22:58 +0000 (18:22 +0000)
committerMon P Wang <wangmp@apple.com>
Fri, 17 Oct 2008 18:22:58 +0000 (18:22 +0000)
commitc4d1021ead43cfa7da08a8f7ddc9a059a8ba14c5
tree82260f836e1365bfd004720b387b6f56fb99ad1d
parent8c1a6ca22ab247dc5c493fe815f75b1e77f2c686
Added MemIntrinsicNode which is useful to represent target intrinsics that
touches memory and need an associated MemOperand

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57712 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/SelectionDAG.h
include/llvm/CodeGen/SelectionDAGNodes.h
lib/CodeGen/SelectionDAG/SelectionDAG.cpp