Rename @llvm.debugger to @llvm.debugtrap.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156774 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Dan Gohman
2012-05-14 18:58:10 +00:00
parent 19e7421243
commit a6063c6e29
8 changed files with 16 additions and 16 deletions

View File

@@ -582,8 +582,8 @@ namespace ISD {
// TRAP - Trapping instruction
TRAP,
// DEBUGGER - Trap intented to get the attention of a debugger.
DEBUGGER,
// DEBUGTRAP - Trap intented to get the attention of a debugger.
DEBUGTRAP,
// PREFETCH - This corresponds to a prefetch intrinsic. It takes chains are
// their first operand. The other operands are the address to prefetch,