[LLVMdev] values with no name in 2.6

Jay Foad jay.foad at gmail.com
Fri Nov 13 07:27:36 PST 2009


Hi,

I've been upgrading some custom LLVM passes to work with LLVM 2.6
instead of LLVM 2.5. I've noticed that in 2.6, some functions seem to
have several local values with no name (where getName() returns an
empty string). I never saw this in 2.5. Is this a known change in
behaviour? Is there some handy way to get unique, deterministic names
assigned to all values in a function?

Thanks,
Jay.



More information about the llvm-dev mailing list