diff options
| author | Michael Liao <michael.liao@intel.com> | 2012-09-22 03:39:42 +0000 | 
|---|---|---|
| committer | Michael Liao <michael.liao@intel.com> | 2012-09-22 03:39:42 +0000 | 
| commit | 2456b3ae8c57c9b85229e2787dd4ec01379eb49f (patch) | |
| tree | 7d868e57b76a8d73919997060a54b57b84cc3f4c /llvm | |
| parent | 9257b8f8bb33cf7f29e6c84ab57d0520a2a004ac (diff) | |
| download | bcm5719-llvm-2456b3ae8c57c9b85229e2787dd4ec01379eb49f.tar.gz bcm5719-llvm-2456b3ae8c57c9b85229e2787dd4ec01379eb49f.zip  | |
Fix typo in r164357
llvm-svn: 164452
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/lib/Target/X86/X86InstrCompiler.td | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/X86InstrCompiler.td b/llvm/lib/Target/X86/X86InstrCompiler.td index 80ae724ba88..9bfcd685518 100644 --- a/llvm/lib/Target/X86/X86InstrCompiler.td +++ b/llvm/lib/Target/X86/X86InstrCompiler.td @@ -699,7 +699,7 @@ multiclass LCMPXCHG_BinOp<bits<8> Opc8, bits<8> Opc, Format Form,                            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;  | 

