From 687097a0a97dee76eb3ec4a389de1eaca6456fa8 Mon Sep 17 00:00:00 2001 From: Lawrence Hu Date: Thu, 23 Jul 2015 23:55:28 +0000 Subject: [PATCH] test commit, only added one space llvm-svn: 243070 --- llvm/lib/Target/AArch64/AArch64InstrInfo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/lib/Target/AArch64/AArch64InstrInfo.cpp b/llvm/lib/Target/AArch64/AArch64InstrInfo.cpp index 66b8936..7fa57fe 100644 --- a/llvm/lib/Target/AArch64/AArch64InstrInfo.cpp +++ b/llvm/lib/Target/AArch64/AArch64InstrInfo.cpp @@ -533,7 +533,7 @@ void AArch64InstrInfo::insertSelect(MachineBasicBlock &MBB, 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); -- 2.7.4