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/SelectionDAGBuilder.cpp b/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp index c73ba7b..4f45e76 100644 --- a/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp +++ b/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
@@ -5087,8 +5087,8 @@ DAG.setRoot(Result.second); return 0; } - case Intrinsic::debugger: { - DAG.setRoot(DAG.getNode(ISD::DEBUGGER, dl,MVT::Other, getRoot())); + case Intrinsic::debugtrap: { + DAG.setRoot(DAG.getNode(ISD::DEBUGTRAP, dl,MVT::Other, getRoot())); return 0; } case Intrinsic::uadd_with_overflow: