[llvm-commits] CVS: llvm/lib/Target/X86/X86RegisterInfo.td
Misha Brukman
brukman at cs.uiuc.edu
Mon Aug 11 10:40:02 PDT 2003
Changes in directory llvm/lib/Target/X86:
X86RegisterInfo.td updated: 1.6 -> 1.7
---
Log message:
Converted tabs to spaces.
---
Diffs of the changes:
Index: llvm/lib/Target/X86/X86RegisterInfo.td
diff -u llvm/lib/Target/X86/X86RegisterInfo.td:1.6 llvm/lib/Target/X86/X86RegisterInfo.td:1.7
--- llvm/lib/Target/X86/X86RegisterInfo.td:1.6 Wed Aug 6 23:49:16 2003
+++ llvm/lib/Target/X86/X86RegisterInfo.td Mon Aug 11 10:38:50 2003
@@ -74,9 +74,9 @@
let Methods = [{
iterator allocation_order_end(MachineFunction &MF) const {
if (hasFP(MF)) // Does the function dedicate EBP to being a frame ptr?
- return end()-2; // If so, don't allocate SP or BP
+ return end()-2; // If so, don't allocate SP or BP
else
- return end()-1; // If not, just don't allocate SP
+ return end()-1; // If not, just don't allocate SP
}
}];
}
More information about the llvm-commits
mailing list