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 | a6063c6e29746d9425bdf46d680e28a48dcf58f9 (patch) | |
tree | c79e1e95b6433d484b399f9857ea69395c274511 /lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp | |
parent | 19e7421243df6456dcebc47a650bd37e09b1f92f (diff) |
Rename @llvm.debugger to @llvm.debugtrap.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156774 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp')
-rw-r--r-- | lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp b/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp index 7b633eff54..14e9ec33eb 100644 --- a/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp +++ b/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"; |