| Index: src/IceTypeConverter.h
|
| diff --git a/src/IceTypeConverter.h b/src/IceTypeConverter.h
|
| index 81a955c0186ec5dc6f644da130362d507f87ba26..f436e43e2476547596dcf9f4cf2b4373cb1cd592 100644
|
| --- a/src/IceTypeConverter.h
|
| +++ b/src/IceTypeConverter.h
|
| @@ -61,8 +61,6 @@ public:
|
| llvm::Type *getLLVMVectorType(unsigned Size, Type Ty) const;
|
|
|
| private:
|
| - // The LLVM context to use to build LLVM types.
|
| - llvm::LLVMContext &Context;
|
| // The list of allowable LLVM types. Indexed by ICE type.
|
| std::vector<llvm::Type *> LLVMTypes;
|
| // The inverse mapping of LLVMTypes.
|
|
|