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()) |