summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-11-11 18:07:16 +0000
committerDan Gohman <gohman@apple.com>2009-11-11 18:07:16 +0000
commitd2a0f80ede7b030e152ac5e30f0c79ffe2a3d1dd (patch)
tree675a2524b811b92e33446ca121d52b2775e46743 /llvm/lib
parent03f62ed9bb386058126776589194d3bf8a72b19b (diff)
downloadbcm5719-llvm-d2a0f80ede7b030e152ac5e30f0c79ffe2a3d1dd.tar.gz
bcm5719-llvm-d2a0f80ede7b030e152ac5e30f0c79ffe2a3d1dd.zip
Use a tab in INT3's asm string, for consistency.
llvm-svn: 86850
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/X86/X86InstrInfo.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/X86InstrInfo.td b/llvm/lib/Target/X86/X86InstrInfo.td
index 9b82e1e5568..a79f262b461 100644
--- a/llvm/lib/Target/X86/X86InstrInfo.td
+++ b/llvm/lib/Target/X86/X86InstrInfo.td
@@ -543,7 +543,7 @@ let neverHasSideEffects = 1 in {
}
// Trap
-def INT3 : I<0xcc, RawFrm, (outs), (ins), "int 3", []>;
+def INT3 : I<0xcc, RawFrm, (outs), (ins), "int\t3", []>;
def INT : I<0xcd, RawFrm, (outs), (ins i8imm:$trap), "int\t$trap", []>;
// PIC base construction. This expands to code that looks like this:
OpenPOWER on IntegriCloud