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

Unified Diff: src/IceTypeConverter.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: Fix spelling and rebase 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
« no previous file with comments | « src/IceTranslator.cpp ('k') | src/IceTypes.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/IceTypeConverter.h
diff --git a/src/IceTypeConverter.h b/src/IceTypeConverter.h
index cb3536cb10c820ece4497499d9e2ff7dea465675..c61423c654a9df1ee7be677ff62119fcc03f712d 100644
--- a/src/IceTypeConverter.h
+++ b/src/IceTypeConverter.h
@@ -8,8 +8,8 @@
//===----------------------------------------------------------------------===//
///
/// \file
-/// This file defines how to convert LLVM types to ICE types, and ICE types
-/// to LLVM types.
+/// This file defines how to convert LLVM types to ICE types, and ICE types to
+/// LLVM types.
///
//===----------------------------------------------------------------------===//
@@ -40,8 +40,8 @@ public:
/// Context is the context to use to build llvm types.
explicit TypeConverter(llvm::LLVMContext &Context);
- /// Converts LLVM type LLVMTy to an ICE type. Returns
- /// Ice::IceType_NUM if unable to convert.
+ /// Converts LLVM type LLVMTy to an ICE type. Returns Ice::IceType_NUM if
+ /// unable to convert.
Type convertToIceType(llvm::Type *LLVMTy) const {
auto Pos = LLVM2IceMap.find(LLVMTy);
if (Pos == LLVM2IceMap.end())
« no previous file with comments | « src/IceTranslator.cpp ('k') | src/IceTypes.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698