[llvm] r243070 - test commit, only added one space

Lawrence Hu lawrence at codeaurora.org
Thu Jul 23 16:55:28 PDT 2015


Author: lawrence
Date: Thu Jul 23 18:55:28 2015
New Revision: 243070

URL: http://llvm.org/viewvc/llvm-project?rev=243070&view=rev
Log:
test commit, only added one space

Modified:
    llvm/trunk/lib/Target/AArch64/AArch64InstrInfo.cpp

Modified: llvm/trunk/lib/Target/AArch64/AArch64InstrInfo.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/AArch64/AArch64InstrInfo.cpp?rev=243070&r1=243069&r2=243070&view=diff
==============================================================================
--- llvm/trunk/lib/Target/AArch64/AArch64InstrInfo.cpp (original)
+++ llvm/trunk/lib/Target/AArch64/AArch64InstrInfo.cpp Thu Jul 23 18:55:28 2015
@@ -533,7 +533,7 @@ void AArch64InstrInfo::insertSelect(Mach
       CC);
 }
 
-/// Returns true if a MOVi32imm or MOVi64imm can be expanded to an ORRxx.
+/// Returns true if a MOVi32imm or MOVi64imm can be expanded to an  ORRxx.
 static bool canBeExpandedToORR(const MachineInstr *MI, unsigned BitSize) {
   uint64_t Imm = MI->getOperand(1).getImm();
   uint64_t UImm = Imm << (64 - BitSize) >> (64 - BitSize);





More information about the llvm-commits mailing list