summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2015-09-22 11:10:08 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2015-09-22 11:10:08 +0000
commitbf9cc7f30b364d4f2b3ee36f990e0beb5c29c304 (patch)
tree9c0f8924b8fadcfd87d0aa243db0817ea26b5de6 /llvm/lib/Target
parentf173dda0e221fb00e95bf9a223bb61e814866bde (diff)
downloadbcm5719-llvm-bf9cc7f30b364d4f2b3ee36f990e0beb5c29c304.tar.gz
bcm5719-llvm-bf9cc7f30b364d4f2b3ee36f990e0beb5c29c304.zip
Fix utf8 chars.
llvm-svn: 248259
Diffstat (limited to 'llvm/lib/Target')
-rw-r--r--llvm/lib/Target/PowerPC/PPCISelLowering.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/PowerPC/PPCISelLowering.cpp b/llvm/lib/Target/PowerPC/PPCISelLowering.cpp
index 882af7580ee..61731f03ebd 100644
--- a/llvm/lib/Target/PowerPC/PPCISelLowering.cpp
+++ b/llvm/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
// ...
OpenPOWER on IntegriCloud