test commit, only added one space
authorLawrence Hu <lawrence@codeaurora.org>
Thu, 23 Jul 2015 23:55:28 +0000 (23:55 +0000)
committerLawrence Hu <lawrence@codeaurora.org>
Thu, 23 Jul 2015 23:55:28 +0000 (23:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@243070 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/AArch64/AArch64InstrInfo.cpp

index 66b89366c2d23a42448718fd2f156045ce7683b6..7fa57fe5076d1150bbb9f7d2c706c17bac0d16b0 100644 (file)
@@ -533,7 +533,7 @@ void AArch64InstrInfo::insertSelect(MachineBasicBlock &MBB,
       CC);
 }
 
       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);
 static bool canBeExpandedToORR(const MachineInstr *MI, unsigned BitSize) {
   uint64_t Imm = MI->getOperand(1).getImm();
   uint64_t UImm = Imm << (64 - BitSize) >> (64 - BitSize);