From: NAKAMURA Takumi Date: Tue, 22 Sep 2015 11:10:08 +0000 (+0000) Subject: Fix utf8 chars. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=d0b74314ef26e303a3b1efe7117280c8d9e2a4ab;p=oota-llvm.git Fix utf8 chars. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@248259 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/PowerPC/PPCISelLowering.cpp b/lib/Target/PowerPC/PPCISelLowering.cpp index 882af7580ee..61731f03ebd 100644 --- 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 // ...