Converted tabs to spaces.

llvm-svn: 9360
This commit is contained in:
Misha Brukman 2003-10-22 03:10:26 +00:00
parent af2c00bf14
commit 53d8490186
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ addFrameReference(const MachineInstrBuilder &MIB, int FI, int Offset = 0) {
///
inline const MachineInstrBuilder &
addConstantPoolReference(const MachineInstrBuilder &MIB, unsigned CPI,
int Offset = 0) {
int Offset = 0) {
return MIB.addConstantPoolIndex(CPI).addZImm(1).addReg(0).addSImm(Offset);
}