Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(92)

Unified Diff: src/IceConverter.h

Issue 1341423002: Reflow comments to use the full width. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698