1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 04:22:57 +02:00
llvm-mirror/lib/Transforms/Scalar
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
..
ADCE.cpp Use 'static const char' instead of 'static const int'. 2007-05-02 21:39:20 +00:00
BasicBlockPlacement.cpp Use 'static const char' instead of 'static const int'. 2007-05-02 21:39:20 +00:00
CodeGenPrepare.cpp Use 'static const char' instead of 'static const int'. 2007-05-02 21:39:20 +00:00
CondPropagate.cpp Use 'static const char' instead of 'static const int'. 2007-05-02 21:39:20 +00:00
ConstantProp.cpp Use 'static const char' instead of 'static const int'. 2007-05-02 21:39:20 +00:00
CorrelatedExprs.cpp Use 'static const char' instead of 'static const int'. 2007-05-02 21:39:20 +00:00
DCE.cpp Use 'static const char' instead of 'static const int'. 2007-05-02 21:39:20 +00:00
DeadStoreElimination.cpp Use 'static const char' instead of 'static const int'. 2007-05-02 21:39:20 +00:00
GCSE.cpp Use 'static const char' instead of 'static const int'. 2007-05-02 21:39:20 +00:00
IndVarSimplify.cpp Use 'static const char' instead of 'static const int'. 2007-05-02 21:39:20 +00:00
InstructionCombining.cpp Use 'static const char' instead of 'static const int'. 2007-05-02 21:39:20 +00:00
LICM.cpp Use 'static const char' instead of 'static const int'. 2007-05-02 21:39:20 +00:00
LoopRotation.cpp Use 'static const char' instead of 'static const int'. 2007-05-02 21:39:20 +00:00
LoopStrengthReduce.cpp Use 'static const char' instead of 'static const int'. 2007-05-02 21:39:20 +00:00
LoopUnroll.cpp Use 'static const char' instead of 'static const int'. 2007-05-02 21:39:20 +00:00
LoopUnswitch.cpp Use 'static const char' instead of 'static const int'. 2007-05-02 21:39:20 +00:00
LowerGC.cpp Use 'static const char' instead of 'static const int'. 2007-05-02 21:39:20 +00:00
LowerPacked.cpp Use 'static const char' instead of 'static const int'. 2007-05-02 21:39:20 +00:00
Makefile DONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIVE now 2005-10-24 02:26:13 +00:00
PredicateSimplifier.cpp Use 'static const char' instead of 'static const int'. 2007-05-02 21:39:20 +00:00
Reassociate.cpp Use 'static const char' instead of 'static const int'. 2007-05-02 21:39:20 +00:00
Reg2Mem.cpp Use 'static const char' instead of 'static const int'. 2007-05-02 21:39:20 +00:00
ScalarReplAggregates.cpp Use 'static const char' instead of 'static const int'. 2007-05-02 21:39:20 +00:00
SCCP.cpp Use 'static const char' instead of 'static const int'. 2007-05-02 21:39:20 +00:00
SimplifyCFG.cpp Use 'static const char' instead of 'static const int'. 2007-05-02 21:39:20 +00:00
TailDuplication.cpp Use 'static const char' instead of 'static const int'. 2007-05-02 21:39:20 +00:00
TailRecursionElimination.cpp Use 'static const char' instead of 'static const int'. 2007-05-02 21:39:20 +00:00