llvm-6502/include/llvm/Transforms
Devang Patel 3e15bf33e0 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.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36652 91177308-0d34-0410-b5e6-96231b3b80d8
2007-05-02 21:39:20 +00:00
..
Utils Use 'static const char' instead of 'static const int'. 2007-05-02 21:39:20 +00:00
Instrumentation.h remove some dead passes and stuff specific to the reoptimizer. 2007-02-20 05:31:35 +00:00
IPO.h For PR411: 2007-02-05 20:47:22 +00:00
RSProfiling.h Use 'static const char' instead of 'static const int'. 2007-05-02 21:39:20 +00:00
Scalar.h Add loop rotation pass. 2007-04-07 01:25:15 +00:00