projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1011c13
)
Fix typo. Change %cl to CL in Intel pattern.
author
Craig Topper
<craig.topper@gmail.com>
Mon, 22 Jul 2013 10:07:26 +0000
(10:07 +0000)
committer
Craig Topper
<craig.topper@gmail.com>
Mon, 22 Jul 2013 10:07:26 +0000
(10:07 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186815
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/X86/X86InstrShiftRotate.td
patch
|
blob
|
history
diff --git
a/lib/Target/X86/X86InstrShiftRotate.td
b/lib/Target/X86/X86InstrShiftRotate.td
index 89c1a6891396d35df3091aca68676f8ded76311d..59aa946296e398600ce5421d01641285591bf8a1 100644
(file)
--- a/
lib/Target/X86/X86InstrShiftRotate.td
+++ b/
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>;
}