From b095c093305ecca7822c6d03d1632365e7068946 Mon Sep 17 00:00:00 2001 From: Craig Topper Date: Mon, 22 Jul 2013 10:07:26 +0000 Subject: [PATCH] Fix typo. Change %cl to CL in Intel pattern. llvm-svn: 186815 --- llvm/lib/Target/X86/X86InstrShiftRotate.td | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/lib/Target/X86/X86InstrShiftRotate.td b/llvm/lib/Target/X86/X86InstrShiftRotate.td index 89c1a689..59aa946 100644 --- a/llvm/lib/Target/X86/X86InstrShiftRotate.td +++ b/llvm/lib/Target/X86/X86InstrShiftRotate.td @@ -537,7 +537,7 @@ def ROL32mCL : I<0xD3, MRM0m, (outs), (ins i32mem:$dst), [(store (rotl (loadi32 addr:$dst), CL), addr:$dst)], IIC_SR>; def ROL64mCL : RI<0xD3, MRM0m, (outs), (ins i64mem:$dst), - "rol{q}\t{%cl, $dst|$dst, %cl}", + "rol{q}\t{%cl, $dst|$dst, CL}", [(store (rotl (loadi64 addr:$dst), CL), addr:$dst)], IIC_SR>; } -- 2.7.4