[llvm-commits] CVS: llvm/lib/Target/Sparc/SparcInternals.h
Anand Shukla
ashukla at cs.uiuc.edu
Sun Jul 20 10:39:51 PDT 2003
Changes in directory llvm/lib/Target/Sparc:
SparcInternals.h updated: 1.93 -> 1.94
---
Log message:
Added special consideration for instrumentation strategy
---
Diffs of the changes:
Index: llvm/lib/Target/Sparc/SparcInternals.h
diff -u llvm/lib/Target/Sparc/SparcInternals.h:1.93 llvm/lib/Target/Sparc/SparcInternals.h:1.94
--- llvm/lib/Target/Sparc/SparcInternals.h:1.93 Mon Jul 7 11:52:39 2003
+++ llvm/lib/Target/Sparc/SparcInternals.h Sun Jul 20 10:38:04 2003
@@ -447,6 +447,10 @@
return MachineRegClassArr[RegClassID]->isRegVolatile(Reg);
}
+ inline bool modifiedByCall(int RegClassID, int Reg) const {
+ return MachineRegClassArr[RegClassID]->modifiedByCall(Reg);
+ }
+
// Get the register type for a register identified different ways.
int getRegType(const Type* type) const;
int getRegType(const LiveRange *LR) const;
More information about the llvm-commits
mailing list