llvm-6502/lib/Transforms/Utils
Bob Wilson 3cb8509b68 Fix pr6198 by moving the isSized() check to an outer conditional.
The testcase from pr6198 does not crash for me -- I don't know what's up with
that -- so I'm not adding it to the tests.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94984 91177308-0d34-0410-b5e6-96231b3b80d8
2010-02-01 17:41:44 +00:00
..
AddrModeMatcher.cpp
BasicBlockUtils.cpp
BasicInliner.cpp
BreakCriticalEdges.cpp
CloneFunction.cpp Don't bother with sprintf, just pass the Twine through. 2010-01-27 19:58:47 +00:00
CloneLoop.cpp
CloneModule.cpp
CMakeLists.txt
CodeExtractor.cpp
DemoteRegToStack.cpp
InlineFunction.cpp
InstructionNamer.cpp
LCSSA.cpp
Local.cpp Fix pr6198 by moving the isSized() check to an outer conditional. 2010-02-01 17:41:44 +00:00
LoopSimplify.cpp
LoopUnroll.cpp Don't bother with sprintf, just pass the Twine through. 2010-01-27 19:58:47 +00:00
LowerInvoke.cpp
LowerSwitch.cpp
Makefile
Mem2Reg.cpp
PromoteMemoryToRegister.cpp mem2reg erases the dbg.declare intrinsics that it converts to dbg.val intrinsics 2010-01-29 00:01:35 +00:00
SimplifyCFG.cpp
SSAUpdater.cpp Avoid creating redundant PHIs in SSAUpdater::GetValueInMiddleOfBlock. 2010-01-27 22:01:02 +00:00
SSI.cpp
UnifyFunctionExitNodes.cpp
ValueMapper.cpp Avoid extra calls to MD->getNumOperands() 2010-01-26 23:29:09 +00:00