diff options
| author | Lawrence Hu <lawrence@codeaurora.org> | 2015-07-23 23:55:28 +0000 |
|---|---|---|
| committer | Lawrence Hu <lawrence@codeaurora.org> | 2015-07-23 23:55:28 +0000 |
| commit | 687097a0a97dee76eb3ec4a389de1eaca6456fa8 (patch) | |
| tree | 61b28212292b1d873ff7999bdc4060ea266bc95f /llvm/lib/Target/AArch64/AArch64InstrInfo.cpp | |
| parent | 1c78f085c35d0aefdc8790fdf898a7f95ff192a5 (diff) | |
| download | bcm5719-llvm-687097a0a97dee76eb3ec4a389de1eaca6456fa8.tar.gz bcm5719-llvm-687097a0a97dee76eb3ec4a389de1eaca6456fa8.zip | |
test commit, only added one space
llvm-svn: 243070
Diffstat (limited to 'llvm/lib/Target/AArch64/AArch64InstrInfo.cpp')
| -rw-r--r-- | llvm/lib/Target/AArch64/AArch64InstrInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/AArch64/AArch64InstrInfo.cpp b/llvm/lib/Target/AArch64/AArch64InstrInfo.cpp index 66b89366c2d..7fa57fe5076 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); |

