llvm-6502/lib/Transforms
Chris Lattner 469996400c fix a bug in my licm rewrite when a load from the promoted memory
location is being re-stored to the memory location.  We would get
a dangling pointer from the SSAUpdate data structure and miss a 
use.  This fixes PR8068


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113042 91177308-0d34-0410-b5e6-96231b3b80d8
2010-09-04 00:12:30 +00:00
..
Hello
InstCombine
Instrumentation
IPO Fix an infinite loop; merging two functions will create a new function (if the 2010-08-31 08:29:37 +00:00
Scalar fix a bug in my licm rewrite when a load from the promoted memory 2010-09-04 00:12:30 +00:00
Utils Reapply commit 112699, speculatively reverted by echristo, since 2010-09-02 08:14:03 +00:00
Makefile