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:
2804216
)
Fix utf8 chars.
author
NAKAMURA Takumi
<geek4civic@gmail.com>
Tue, 22 Sep 2015 11:10:08 +0000
(11:10 +0000)
committer
NAKAMURA Takumi
<geek4civic@gmail.com>
Tue, 22 Sep 2015 11:10:08 +0000
(11:10 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@248259
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/PowerPC/PPCISelLowering.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/PowerPC/PPCISelLowering.cpp
b/lib/Target/PowerPC/PPCISelLowering.cpp
index 882af7580eebc3cdce347927d04b85e666432a70..61731f03ebd1ac9af050a6a9642452c813872803 100644
(file)
--- a/
lib/Target/PowerPC/PPCISelLowering.cpp
+++ b/
lib/Target/PowerPC/PPCISelLowering.cpp
@@
-8704,7
+8704,7
@@
PPCTargetLowering::EmitInstrWithCustomInserter(MachineInstr *MI,
// mfspr Rx,TBU # load from TBU
// mfspr Ry,TB # load from TB
// mfspr Rz,TBU # load from TBU
- // cmpw crX,Rx,Rz # check if
‘old’=’new’
+ // cmpw crX,Rx,Rz # check if
'old'='new'
// bne readLoop # branch if they're not equal
// ...