Index: src/IceGlobalContext.cpp |
diff --git a/src/IceGlobalContext.cpp b/src/IceGlobalContext.cpp |
index b23e75b83e4e5e31e6f8a5d999e03a0de8511349..1c468ecf97a93ebaf5f85ba7a681579558dc5b63 100644 |
--- a/src/IceGlobalContext.cpp |
+++ b/src/IceGlobalContext.cpp |
@@ -364,9 +364,7 @@ void GlobalContext::emitFileHeader() { |
} |
} |
-void GlobalContext::lowerConstants() { |
- DataLowering->lowerConstants(); |
-} |
+void GlobalContext::lowerConstants() { DataLowering->lowerConstants(); } |
void GlobalContext::lowerGlobals(const IceString &SectionSuffix) { |
TimerMarker T(TimerStack::TT_emitGlobalInitializers, this); |