diff options
Diffstat (limited to 'lib/Bytecode/Reader/Reader.h')
-rw-r--r-- | lib/Bytecode/Reader/Reader.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/Bytecode/Reader/Reader.h b/lib/Bytecode/Reader/Reader.h index 90853a927d..ad8b2655b7 100644 --- a/lib/Bytecode/Reader/Reader.h +++ b/lib/Bytecode/Reader/Reader.h @@ -395,8 +395,9 @@ private: /// @brief Get a value from its typeid and slot number Value* getValue(unsigned TypeID, unsigned num, bool Create = true); - /// @brief Get a value from its type and slot number, ignoring compaction tables. - Value *getGlobalTableValue(const Type *Ty, unsigned SlotNo); + /// @brief Get a value from its type and slot number, ignoring compaction + /// tables. + Value *getGlobalTableValue(unsigned TyID, unsigned SlotNo); /// @brief Get a basic block for current function BasicBlock *getBasicBlock(unsigned ID); |