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:
72dfb05
)
Fix typo in PPCInstr64Bit
author
Hal Finkel
<hfinkel@anl.gov>
Thu, 28 Mar 2013 03:38:08 +0000
(
03:38
+0000)
committer
Hal Finkel
<hfinkel@anl.gov>
Thu, 28 Mar 2013 03:38:08 +0000
(
03:38
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@178219
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/PowerPC/PPCInstr64Bit.td
patch
|
blob
|
history
diff --git
a/lib/Target/PowerPC/PPCInstr64Bit.td
b/lib/Target/PowerPC/PPCInstr64Bit.td
index ff5ec0db88ad62bbb1633ae166137dc5c833be2d..2a480d9a21274465a838e2b10265ba235c278842 100644
(file)
--- a/
lib/Target/PowerPC/PPCInstr64Bit.td
+++ b/
lib/Target/PowerPC/PPCInstr64Bit.td
@@
-223,7
+223,7
@@
def : Pat<(PPCtc_return CTRRC8:$dst, imm:$imm),
(TCRETURNri8 CTRRC8:$dst, imm:$imm)>;
-// 64-b
u
t CR instructions
+// 64-b
i
t CR instructions
def MTCRF8 : XFXForm_5<31, 144, (outs crbitm:$FXM), (ins G8RC:$rS),
"mtcrf $FXM, $rS", BrMCRX>,
PPC970_MicroCode, PPC970_Unit_CRU;