commit | a6063c6e29746d9425bdf46d680e28a48dcf58f9 | [log] [tgz] |
---|---|---|
author | Dan Gohman <gohman@apple.com> | Mon May 14 18:58:10 2012 +0000 |
committer | Dan Gohman <gohman@apple.com> | Mon May 14 18:58:10 2012 +0000 |
tree | c79e1e95b6433d484b399f9857ea69395c274511 | |
parent | 19e7421243df6456dcebc47a650bd37e09b1f92f [diff] [blame] |
Rename @llvm.debugger to @llvm.debugtrap. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156774 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp b/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp index 7b633ef..14e9ec3 100644 --- a/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp +++ b/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
@@ -265,7 +265,7 @@ 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";