1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00
llvm-mirror/tools/opt
Devang Patel 8ee9065162 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.

llvm-svn: 36652
2007-05-02 21:39:20 +00:00
..
AnalysisWrappers.cpp Use 'static const char' instead of 'static const int'. 2007-05-02 21:39:20 +00:00
GraphPrinters.cpp Use 'static const char' instead of 'static const int'. 2007-05-02 21:39:20 +00:00
Makefile For PR1072: 2007-02-03 23:15:56 +00:00
opt.cpp Use 'static const char' instead of 'static const int'. 2007-05-02 21:39:20 +00:00
PrintSCC.cpp Use 'static const char' instead of 'static const int'. 2007-05-02 21:39:20 +00:00