From 7fac070215c8d4fd4a41ae58750e6c1faef4931f Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 3 Oct 2001 14:53:21 +0000 Subject: * Both Method & GlobalVariable now subclass GlobalValue * ConstPoolPointerReference now represents a pointer to a GlobalValue * Methods name references are now explicit pointers to methods * Rename Value::GlobalVal to Value::GlobalVariableVal to avoid confusion llvm-svn: 703 --- llvm/lib/Bytecode/Reader/ReaderInternals.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/Bytecode/Reader/ReaderInternals.h') diff --git a/llvm/lib/Bytecode/Reader/ReaderInternals.h b/llvm/lib/Bytecode/Reader/ReaderInternals.h index cf5a43ef3bb..ec486d851e4 100644 --- a/llvm/lib/Bytecode/Reader/ReaderInternals.h +++ b/llvm/lib/Bytecode/Reader/ReaderInternals.h @@ -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 > MethodSignatureList; + list > MethodSignatureList; private: bool ParseModule (const uchar * Buf, const uchar *End, Module *&); -- cgit v1.2.3