[llvm-commits] CVS: llvm/include/llvm/Transforms/Utils/UnifyFunctionExitNodes.h
Lauro Ramos Venancio
lauro.venancio at gmail.com
Wed May 2 14:58:06 PDT 2007
>
>
>
> Use 'static const char' instead of 'static const int'.
> Due to darwin gcc bug, one version of darwin linker coalesces
> static const int, which defauts PassID based pass identification.
I think you should use 'static const signed char' because 'char' is signed
on X86 and unsigned on ARM.
Lauro
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20070502/90b67e65/attachment.html>
More information about the llvm-commits
mailing list