* Both Method & GlobalVariable now subclass GlobalValue
[oota-llvm.git] / lib / Bytecode / Reader / ReaderInternals.h
index cf5a43ef3bbc7d80939abfbd037ab528f7321673..ec486d851e4065373dfe588cbef931ab8090cc8e 100644 (file)
@@ -72,7 +72,7 @@ private:          // All of this data is transient across calls to ParseBytecode
   // into its slot to reserve it.  When the method is loaded, this placeholder
   // is replaced.
   //
-  list<pair<const MethodType *, unsigned> > MethodSignatureList;
+  list<pair<const PointerType *, unsigned> > MethodSignatureList;
 
 private:
   bool ParseModule            (const uchar * Buf, const uchar *End, Module *&);