Revert the part of 75177 that split ConstantRange into two classes, and
[oota-llvm.git] / include / llvm / Pass.h
index eea99e028dd8db0cf619c3e7f1f624f29c275003..51186fa2db021008aa8af761ccd259c03167a830 100644 (file)
@@ -79,7 +79,7 @@ class Pass {
   Pass(const Pass &);           // DO NOT IMPLEMENT
   
 protected:
-  LLVMContextContext;
+  LLVMContext *Context;
   
 public:
   explicit Pass(intptr_t pid) : Resolver(0), PassID(pid) {