diff options
Diffstat (limited to 'lib/Bytecode/Reader/ReaderInternals.h')
-rw-r--r-- | lib/Bytecode/Reader/ReaderInternals.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Bytecode/Reader/ReaderInternals.h b/lib/Bytecode/Reader/ReaderInternals.h index f08cedf..c022519 100644 --- a/lib/Bytecode/Reader/ReaderInternals.h +++ b/lib/Bytecode/Reader/ReaderInternals.h @@ -179,6 +179,7 @@ private: const unsigned char *EndBuf); Value *getValue(const Type *Ty, unsigned num, bool Create = true); + Value *getValue(unsigned TypeID, unsigned num, bool Create = true); const Type *getType(unsigned ID); Constant *getConstantValue(const Type *Ty, unsigned num); |