llvm-6502/lib/Transforms/IPO
Chris Lattner e9fd444dcd Fix rdar://7694996 a miscompile of 183.equake from my patch yesterday,
confusing the old MAT variable with the new GlobalType one.  This caused
us to promote the @disp global pointer into:

@disp.body = internal global double*** undef

instead of:

@disp.body = internal global [3 x double**] undef




git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97285 91177308-0d34-0410-b5e6-96231b3b80d8
2010-02-26 23:42:13 +00:00
..
ArgumentPromotion.cpp Correct whitespace. 2010-02-25 06:38:51 +00:00
CMakeLists.txt
ConstantMerge.cpp
DeadArgumentElimination.cpp There are two ways of checking for a given type, for example isa<PointerType>(T) 2010-02-16 11:11:14 +00:00
DeadTypeElimination.cpp Uniformize the names of type predicates: rather than having isFloatTy and 2010-02-15 16:12:20 +00:00
ExtractGV.cpp
FunctionAttrs.cpp There are two ways of checking for a given type, for example isa<PointerType>(T) 2010-02-16 11:11:14 +00:00
GlobalDCE.cpp
GlobalOpt.cpp Fix rdar://7694996 a miscompile of 183.equake from my patch yesterday, 2010-02-26 23:42:13 +00:00
InlineAlways.cpp
Inliner.cpp Enable the inlinehint attribute in the Inliner. 2010-02-13 01:51:53 +00:00
InlineSimple.cpp
Internalize.cpp
IPConstantPropagation.cpp
IPO.cpp
LoopExtractor.cpp
LowerSetJmp.cpp
Makefile
MergeFunctions.cpp
PartialInlining.cpp
PartialSpecialization.cpp
PruneEH.cpp
StripDeadPrototypes.cpp
StripSymbols.cpp
StructRetPromotion.cpp