llvm-svn: 44694
This commit is contained in:
Evan Cheng 2007-12-08 01:01:07 +00:00
parent 8ea0779624
commit 92105ac0cd
1 changed files with 1 additions and 1 deletions

View File

@ -429,7 +429,7 @@ MachineInstr *ARMRegisterInfo::foldMemoryOperand(MachineInstr *MI,
bool ARMRegisterInfo::canFoldMemoryOperand(MachineInstr *MI,
SmallVectorImpl<unsigned> &Ops) const {
if (Ops.size() != 1) return 0;
if (Ops.size() != 1) return false;
unsigned OpNum = Ops[0];
unsigned Opc = MI->getOpcode();