[LLVMdev] small bug in print function for arguments

Patrick Meredith pmeredit at uiuc.edu
Thu Jun 17 23:06:02 PDT 2004


The print function for function arguments doesn't print the '%' in front of the argument name.  So instead of say,
int %i, it prints it out as int i.  I know Value::getName() drops the % because it's not part of the name, but it seems like for printing an argument it should add the % back in.

~Patrick
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20040617/9683aace/attachment.html>


More information about the llvm-dev mailing list