Change MRegisterInfo::foldMemoryOperand to return the folded
[oota-llvm.git] / include / llvm / SymbolTable.h
index 850237558101b7c2d293a0d33921deaa7456a487..22a9acd438ce9a2c177f29d7b14dda2907b5cdc3 100644 (file)
@@ -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) {