[llvm-branch-commits] [llvm-branch] r164518 - /llvm/branches/R600/lib/Target/X86/X86InstrCompiler.td
Tom Stellard
thomas.stellard at amd.com
Mon Sep 24 08:53:51 PDT 2012
Author: tstellar
Date: Mon Sep 24 10:52:12 2012
New Revision: 164518
URL: http://llvm.org/viewvc/llvm-project?rev=164518&view=rev
Log:
Fix typo in r164357
Modified:
llvm/branches/R600/lib/Target/X86/X86InstrCompiler.td
Modified: llvm/branches/R600/lib/Target/X86/X86InstrCompiler.td
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/R600/lib/Target/X86/X86InstrCompiler.td?rev=164518&r1=164517&r2=164518&view=diff
==============================================================================
--- llvm/branches/R600/lib/Target/X86/X86InstrCompiler.td (original)
+++ llvm/branches/R600/lib/Target/X86/X86InstrCompiler.td Mon Sep 24 10:52:12 2012
@@ -699,7 +699,7 @@
InstrItinClass itin8, InstrItinClass itin> {
let isCodeGenOnly = 1 in {
let Defs = [AL, EFLAGS], Uses = [AL] in
- def #NAME#8 : I<Opc, Form, (outs), (ins i8mem:$ptr, GR8:$swap),
+ def #NAME#8 : I<Opc8, Form, (outs), (ins i8mem:$ptr, GR8:$swap),
!strconcat("lock\n\t", mnemonic,
"{b}\t{$swap, $ptr|$ptr, $swap}"),
[(frag addr:$ptr, GR8:$swap, 1)], itin8>, TB, LOCK;
More information about the llvm-branch-commits
mailing list