llvm-6502/include/llvm/Transforms/Utils
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
..
BasicBlockUtils.h Completely purge DomSet. This is the (hopefully) final patch for PR1171. 2007-04-07 07:17:27 +00:00
Cloning.h Switch inliner over to use DenseMap instead of std::map for ValueMap. This 2007-02-03 00:08:31 +00:00
FunctionUtils.h Completely purge DomSet. This is the (hopefully) final patch for PR1171. 2007-04-07 07:17:27 +00:00
Local.h move constant folding code out of Utils/Local into libanalysis 2007-01-30 23:46:43 +00:00
PromoteMemToReg.h Mem2Reg does not need TargetData. 2007-04-25 18:41:11 +00:00
UnifyFunctionExitNodes.h Use 'static const char' instead of 'static const int'. 2007-05-02 21:39:20 +00:00