llvm-6502/lib/Analysis/IPA
Chris Lattner 76bc5ce5c4 Fix a major problem with global variable initializers. This could cause
us to have stuff pointing to the null pointer, which makes no sense
(the null ptr is an ssa value, not the null object)


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20922 91177308-0d34-0410-b5e6-96231b3b80d8
2005-03-29 17:21:53 +00:00
..
Andersens.cpp Fix a major problem with global variable initializers. This could cause 2005-03-29 17:21:53 +00:00
CallGraph.cpp Mission accomplished! 2004-11-19 16:22:24 +00:00
CallGraphSCCPass.cpp
FindUnsafePointerTypes.cpp
FindUsedTypes.cpp This mega patch converts us from using Function::a{iterator|begin|end} to 2005-03-15 04:54:21 +00:00
GlobalsModRef.cpp Simplify dead code into a fixme :) 2005-03-24 02:41:19 +00:00
Makefile
PrintSCC.cpp For PR387:\ 2004-12-07 04:03:45 +00:00