Index: src/IceConverter.h |
diff --git a/src/IceConverter.h b/src/IceConverter.h |
index 399e6f8f8b53f7e74113354a2173f4b4e22463c9..accc5547c87018a48e5bf9fe3e7ef11be7ca6f18 100644 |
--- a/src/IceConverter.h |
+++ b/src/IceConverter.h |
@@ -42,8 +42,8 @@ public: |
llvm::Module *getModule() const { return Mod; } |
- /// Returns the global declaration associated with the corresponding |
- /// global value V. If no such global address, generates fatal error. |
+ /// Returns the global declaration associated with the corresponding global |
+ /// value V. If no such global address, generates fatal error. |
GlobalDeclaration *getGlobalDeclaration(const llvm::GlobalValue *V); |
private: |
@@ -56,9 +56,8 @@ private: |
/// getFlags().DefaultGlobalPrefix, if the prefix is non-empty. |
void nameUnnamedGlobalVariables(llvm::Module *Mod); |
- /// Walks module and generates names for unnamed functions using |
- /// prefix getFlags().DefaultFunctionPrefix, if the prefix is |
- /// non-empty. |
+ /// Walks module and generates names for unnamed functions using prefix |
+ /// getFlags().DefaultFunctionPrefix, if the prefix is non-empty. |
void nameUnnamedFunctions(llvm::Module *Mod); |
/// Converts functions to ICE, and then machine code. |