[LLVMdev] ValueSymbolTable's mutators are private?

Chris Lattner clattner at apple.com
Fri Jul 9 13:03:50 PDT 2010


On Jul 9, 2010, at 12:02 PM, Samuel Crow wrote:

> Hello,
> 
> Why are ValueSymbolTable's mutators all private?  I can't seem to find a way to 
> add a symbol to the table without using one of them.  It looks like a bug to me 
> since there is no way to use it otherwise.

The mutators are things like Value::setName()

-Chris



More information about the llvm-dev mailing list