diff options
author | Dan Gohman <gohman@apple.com> | 2012-05-14 18:58:10 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2012-05-14 18:58:10 +0000 |
commit | 164fe18cfe64cdf06988dd8eba1f33dca17a520e (patch) | |
tree | fef3a9ac4e0a28c00d1a338fcb34f18f934aa87e /llvm/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp | |
parent | 2fa9de1080b4338f89be046402e8f362a74e7087 (diff) | |
download | bcm5719-llvm-164fe18cfe64cdf06988dd8eba1f33dca17a520e.tar.gz bcm5719-llvm-164fe18cfe64cdf06988dd8eba1f33dca17a520e.zip |
Rename @llvm.debugger to @llvm.debugtrap.
llvm-svn: 156774
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp')
-rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp index 7b633eff541..14e9ec33ebe 100644 --- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp +++ b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp @@ -265,7 +265,7 @@ std::string SDNode::getOperationName(const SelectionDAG *G) const { case ISD::STACKSAVE: return "stacksave"; case ISD::STACKRESTORE: return "stackrestore"; case ISD::TRAP: return "trap"; - case ISD::DEBUGGER: return "debugger"; + case ISD::DEBUGTRAP: return "debugtrap"; // Bit manipulation case ISD::BSWAP: return "bswap"; |