[LLVMdev] Get Name of numbered variables

Blind Faith person.of.book at gmail.com
Fri Feb 22 07:11:17 PST 2013


You can get the name of a variable by using the method getName() of
llvm::Value. However it returns a blank string if the variable is a
numbered variable, such as %11. How can I make it return %11 in such case.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130222/d6d434e8/attachment.html>


More information about the llvm-dev mailing list