projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc926c2
)
Use a tab in INT3's asm string, for consistency.
author
Dan Gohman
<gohman@apple.com>
Wed, 11 Nov 2009 18:07:16 +0000
(18:07 +0000)
committer
Dan Gohman
<gohman@apple.com>
Wed, 11 Nov 2009 18:07:16 +0000
(18:07 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86850
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/X86/X86InstrInfo.td
patch
|
blob
|
history
diff --git
a/lib/Target/X86/X86InstrInfo.td
b/lib/Target/X86/X86InstrInfo.td
index 9b82e1e5568619a833cc1707b708794c0b4ddb62..a79f262b4616f09905b4c36ea042e3284f5b0ce5 100644
(file)
--- a/
lib/Target/X86/X86InstrInfo.td
+++ b/
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
\t
3", []>;
def INT : I<0xcd, RawFrm, (outs), (ins i8imm:$trap), "int\t$trap", []>;
// PIC base construction. This expands to code that looks like this: