summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-09-08 22:22:10 +0000
committerChris Lattner <sabre@nondot.org>2010-09-08 22:22:10 +0000
commitd7aba234c246e29fffedc4858d6e94042eaf1e63 (patch)
tree49869883dbe0c2e9c52ca6957c94a54f22478d72
parent3fe002dfb52a1ae7c50ae5b00adcad13865b721a (diff)
downloadbcm5719-llvm-d7aba234c246e29fffedc4858d6e94042eaf1e63.tar.gz
bcm5719-llvm-d7aba234c246e29fffedc4858d6e94042eaf1e63.zip
fix wonky formatting.
llvm-svn: 113426
-rw-r--r--llvm/lib/Target/X86/X86Instr64bit.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/X86Instr64bit.td b/llvm/lib/Target/X86/X86Instr64bit.td
index fe12a97c77a..307d4312a3b 100644
--- a/llvm/lib/Target/X86/X86Instr64bit.td
+++ b/llvm/lib/Target/X86/X86Instr64bit.td
@@ -1631,7 +1631,7 @@ def Int_MemBarrierNoSSE64 : RI<0x09, MRM1r, (outs), (ins GR64:$zero),
"lock\n\t"
"or{q}\t{$zero, (%rsp)|(%rsp), $zero}",
[(X86MemBarrierNoSSE GR64:$zero)]>,
- Requires<[In64BitMode]>, LOCK;
+ Requires<[In64BitMode]>, LOCK;
let Defs = [RAX, EFLAGS], Uses = [RAX] in {
def LCMPXCHG64 : RI<0xB1, MRMDestMem, (outs), (ins i64mem:$ptr, GR64:$swap),
OpenPOWER on IntegriCloud