diff options
| author | David Goodwin <david_goodwin@apple.com> | 2009-07-08 20:28:28 +0000 |
|---|---|---|
| committer | David Goodwin <david_goodwin@apple.com> | 2009-07-08 20:28:28 +0000 |
| commit | 03ab0bbb2411e7e87e078e35842e553f706e66dc (patch) | |
| tree | 3467683c993e6a57473f3a46b4045c670ce18479 /llvm/lib/Target/ARM/Thumb2RegisterInfo.h | |
| parent | b009980f0b35433991c042597158f7525e11d1d3 (diff) | |
| download | bcm5719-llvm-03ab0bbb2411e7e87e078e35842e553f706e66dc.tar.gz bcm5719-llvm-03ab0bbb2411e7e87e078e35842e553f706e66dc.zip | |
Generalize opcode selection in ARMBaseRegisterInfo.
llvm-svn: 75036
Diffstat (limited to 'llvm/lib/Target/ARM/Thumb2RegisterInfo.h')
| -rw-r--r-- | llvm/lib/Target/ARM/Thumb2RegisterInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/Thumb2RegisterInfo.h b/llvm/lib/Target/ARM/Thumb2RegisterInfo.h index 15faa1ce067..c3635168978 100644 --- a/llvm/lib/Target/ARM/Thumb2RegisterInfo.h +++ b/llvm/lib/Target/ARM/Thumb2RegisterInfo.h @@ -31,7 +31,7 @@ public: /// specified immediate. void emitLoadConstPool(MachineBasicBlock &MBB, MachineBasicBlock::iterator &MBBI, - const TargetInstrInfo *TII, DebugLoc dl, + DebugLoc dl, unsigned DestReg, int Val, ARMCC::CondCodes Pred = ARMCC::AL, unsigned PredReg = 0) const; |

