Index: src/IceTargetLoweringARM32.cpp |
diff --git a/src/IceTargetLoweringARM32.cpp b/src/IceTargetLoweringARM32.cpp |
index 571e2a35cdfba3fa2d440340d731222e0168831a..de39aacab7efd8ce8e23fa5f568c3126a22807cc 100644 |
--- a/src/IceTargetLoweringARM32.cpp |
+++ b/src/IceTargetLoweringARM32.cpp |
@@ -143,10 +143,7 @@ uint32_t applyStackAlignmentTy(uint32_t Value, Type Ty) { |
} // end of anonymous namespace |
-TargetARM32::TargetARM32(Cfg *Func) |
- : TargetLowering(Func), InstructionSet(ARM32InstructionSet::Begin), |
- UsesFramePointer(false), NeedsStackAlignment(false), MaybeLeafFunc(true), |
- SpillAreaSizeBytes(0) { |
+TargetARM32::TargetARM32(Cfg *Func) : TargetLowering(Func) { |
static_assert( |
(ARM32InstructionSet::End - ARM32InstructionSet::Begin) == |
(TargetInstructionSet::ARM32InstructionSet_End - |