llvm-6502/lib/Transforms/Scalar
Nick Lewycky e52e9d6045 Fix uninitialized variable warning.
Also move 'default' case next to a real case to help compiler optimize in
non-Debug builds.
No functionality change.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110435 91177308-0d34-0410-b5e6-96231b3b80d8
2010-08-06 07:43:46 +00:00
..
ABCD.cpp Revert r110396 to fix buildbots. 2010-08-06 00:23:35 +00:00
ADCE.cpp Revert r110396 to fix buildbots. 2010-08-06 00:23:35 +00:00
BasicBlockPlacement.cpp Revert r110396 to fix buildbots. 2010-08-06 00:23:35 +00:00
CMakeLists.txt Add an atomic lowering pass 2010-08-03 16:19:16 +00:00
CodeGenPrepare.cpp Revert r110396 to fix buildbots. 2010-08-06 00:23:35 +00:00
ConstantProp.cpp Revert r110396 to fix buildbots. 2010-08-06 00:23:35 +00:00
DCE.cpp Revert r110396 to fix buildbots. 2010-08-06 00:23:35 +00:00
DeadStoreElimination.cpp Revert r110396 to fix buildbots. 2010-08-06 00:23:35 +00:00
GEPSplitter.cpp Revert r110396 to fix buildbots. 2010-08-06 00:23:35 +00:00
GVN.cpp Revert r110396 to fix buildbots. 2010-08-06 00:23:35 +00:00
IndVarSimplify.cpp Revert r110396 to fix buildbots. 2010-08-06 00:23:35 +00:00
JumpThreading.cpp Revert r110396 to fix buildbots. 2010-08-06 00:23:35 +00:00
LICM.cpp Revert r110396 to fix buildbots. 2010-08-06 00:23:35 +00:00
LoopDeletion.cpp Revert r110396 to fix buildbots. 2010-08-06 00:23:35 +00:00
LoopIndexSplit.cpp Revert r110396 to fix buildbots. 2010-08-06 00:23:35 +00:00
LoopRotation.cpp Revert r110396 to fix buildbots. 2010-08-06 00:23:35 +00:00
LoopStrengthReduce.cpp Revert r110396 to fix buildbots. 2010-08-06 00:23:35 +00:00
LoopUnrollPass.cpp Revert r110396 to fix buildbots. 2010-08-06 00:23:35 +00:00
LoopUnswitch.cpp Revert r110396 to fix buildbots. 2010-08-06 00:23:35 +00:00
LowerAtomic.cpp Fix uninitialized variable warning. 2010-08-06 07:43:46 +00:00
Makefile
MemCpyOptimizer.cpp Revert r110396 to fix buildbots. 2010-08-06 00:23:35 +00:00
Reassociate.cpp Revert r110396 to fix buildbots. 2010-08-06 00:23:35 +00:00
Reg2Mem.cpp Revert r110396 to fix buildbots. 2010-08-06 00:23:35 +00:00
Scalar.cpp
ScalarReplAggregates.cpp Revert r110396 to fix buildbots. 2010-08-06 00:23:35 +00:00
SCCP.cpp Revert r110396 to fix buildbots. 2010-08-06 00:23:35 +00:00
SimplifyCFGPass.cpp Revert r110396 to fix buildbots. 2010-08-06 00:23:35 +00:00
SimplifyHalfPowrLibCalls.cpp Revert r110396 to fix buildbots. 2010-08-06 00:23:35 +00:00
SimplifyLibCalls.cpp Revert r110396 to fix buildbots. 2010-08-06 00:23:35 +00:00
Sink.cpp Revert r110396 to fix buildbots. 2010-08-06 00:23:35 +00:00
TailDuplication.cpp Revert r110396 to fix buildbots. 2010-08-06 00:23:35 +00:00
TailRecursionElimination.cpp Revert r110396 to fix buildbots. 2010-08-06 00:23:35 +00:00