Index: src/IceGlobalContext.h |
diff --git a/src/IceGlobalContext.h b/src/IceGlobalContext.h |
index e4be36b31b3c871a66f1bb783ada3877ea5cacfc..48e150cebf69f9f5f18c886ce722ef453ecc3337 100644 |
--- a/src/IceGlobalContext.h |
+++ b/src/IceGlobalContext.h |
@@ -621,13 +621,7 @@ private: |
} |
} |
- void lowerGlobalsIfNoCodeHasBeenSeen() { |
- if (HasSeenCode) |
- return; |
- constexpr char NoSuffix[] = ""; |
- lowerGlobals(NoSuffix); |
- HasSeenCode = true; |
- } |
+ void lowerGlobalsIfNoCodeHasBeenSeen(); |
void saveBlockInfoPtrs(); |