summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/SparcV9/MachineFunctionInfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/Target/SparcV9/MachineFunctionInfo.h')
-rw-r--r--llvm/lib/Target/SparcV9/MachineFunctionInfo.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/llvm/lib/Target/SparcV9/MachineFunctionInfo.h b/llvm/lib/Target/SparcV9/MachineFunctionInfo.h
index 4dcaf3d79a2..39c924c8750 100644
--- a/llvm/lib/Target/SparcV9/MachineFunctionInfo.h
+++ b/llvm/lib/Target/SparcV9/MachineFunctionInfo.h
@@ -33,13 +33,13 @@ class SparcV9FunctionInfo : public MachineFunctionInfo {
hash_set<const Constant*> constantsForConstPool;
hash_map<const Value*, int> offsets;
- unsigned staticStackSize;
- unsigned automaticVarsSize;
- unsigned regSpillsSize;
- unsigned maxOptionalArgsSize;
- unsigned maxOptionalNumArgs;
- unsigned currentTmpValuesSize;
- unsigned maxTmpValuesSize;
+ unsigned staticStackSize;
+ unsigned automaticVarsSize;
+ unsigned regSpillsSize;
+ unsigned maxOptionalArgsSize;
+ unsigned maxOptionalNumArgs;
+ unsigned currentTmpValuesSize;
+ unsigned maxTmpValuesSize;
bool compiledAsLeaf;
bool spillsAreaFrozen;
bool automaticVarsAreaFrozen;
OpenPOWER on IntegriCloud