From 730b9dd2cec8a057f4dcc2069e0bc9a444396ea5 Mon Sep 17 00:00:00 2001 From: Michael Liao Date: Sat, 22 Sep 2012 03:39:42 +0000 Subject: [PATCH] Fix typo in r164357 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164452 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/X86/X86InstrCompiler.td | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Target/X86/X86InstrCompiler.td b/lib/Target/X86/X86InstrCompiler.td index 80ae724ba88..9bfcd685518 100644 --- a/lib/Target/X86/X86InstrCompiler.td +++ b/lib/Target/X86/X86InstrCompiler.td @@ -699,7 +699,7 @@ multiclass LCMPXCHG_BinOp 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, TB, LOCK; -- 2.11.0