Index: src/IceTranslator.h |
diff --git a/src/IceTranslator.h b/src/IceTranslator.h |
index 2ca6d42d065579c5e24f6ee3c1538de9eb542a53..b5adbdc93e5a96a01323e5156134ac97fc559241 100644 |
--- a/src/IceTranslator.h |
+++ b/src/IceTranslator.h |
@@ -56,6 +56,11 @@ public: |
// prefix is non-empty. |
void nameUnnamedGlobalAddresses(llvm::Module *Mod); |
+ // Converts globals to ICE, and then machine code. |
+ // TODO(kschimpf) Remove this once we have ported to PNaClTranslator, |
+ // and PNaClTranslator generates initializers while parsing. |
+ void convertGlobals(llvm::Module *Mod); |
+ |
protected: |
GlobalContext *Ctx; |
const ClFlags &Flags; |