diff options
Diffstat (limited to 'include/llvm')
-rw-r--r-- | include/llvm/SymbolTable.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/SymbolTable.h b/include/llvm/SymbolTable.h index 8502375581..22a9acd438 100644 --- a/include/llvm/SymbolTable.h +++ b/include/llvm/SymbolTable.h @@ -42,7 +42,7 @@ public: ~SymbolTable(); // lookup - Returns null on failure... - Value *lookup(const Type *Ty, const std::string &name); + Value *lookup(const Type *Ty, const std::string &name) const; // insert - Add named definition to the symbol table... inline void insert(Value *N) { |