| Index: src/IceTypeConverter.h
|
| diff --git a/src/IceTypeConverter.h b/src/IceTypeConverter.h
|
| index 18e3e00bcf2843c838ebc74c3f8f96e02f4ee0ce..1222b638d3e60d229c97df75d785704ac0ac081d 100644
|
| --- a/src/IceTypeConverter.h
|
| +++ b/src/IceTypeConverter.h
|
| @@ -45,13 +45,13 @@ public:
|
| }
|
|
|
| private:
|
| - // The mapping from LLVM types to corresopnding Ice types.
|
| + /// The mapping from LLVM types to corresopnding Ice types.
|
| std::map<llvm::Type *, Type> LLVM2IceMap;
|
|
|
| - // Add LLVM/ICE pair to internal tables.
|
| + /// Add LLVM/ICE pair to internal tables.
|
| void addLLVMType(Type Ty, llvm::Type *LLVMTy);
|
|
|
| - // Converts types not in LLVM2IceMap.
|
| + /// Converts types not in LLVM2IceMap.
|
| Type convertToIceTypeOther(llvm::Type *LLVMTy) const;
|
| };
|
|
|
|
|