commit | 22c5c1b2dfcb1da6a7ebfebea903401fc77d56e6 | [log] [tgz] |
---|---|---|
author | Andrew Lenharth <andrewl@lenharth.org> | Sat Feb 16 01:24:58 2008 +0000 |
committer | Andrew Lenharth <andrewl@lenharth.org> | Sat Feb 16 01:24:58 2008 +0000 |
tree | 2e65d654e3f499c5538ca7ef024a0c7c76f9d3f4 | |
parent | 527c250a9080a5b6cf0053a6215037c3769ff4a0 [diff] [blame] |
llvm.memory.barrier, and impl for x86 and alpha git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47204 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/SelectionDAG/SelectionDAG.cpp b/lib/CodeGen/SelectionDAG/SelectionDAG.cpp index f8e1fea..c12c98b 100644 --- a/lib/CodeGen/SelectionDAG/SelectionDAG.cpp +++ b/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
@@ -3792,6 +3792,7 @@ return "<<Unknown Target Node>>"; } + case ISD::MEMBARRIER: return "MemBarrier"; case ISD::PCMARKER: return "PCMarker"; case ISD::READCYCLECOUNTER: return "ReadCycleCounter"; case ISD::SRCVALUE: return "SrcValue";