1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2024-12-17 18:31:04 +00:00
llvm-6502/lib/Transforms
Chris Lattner b5a3196f80 fix a bozo bug I introduced in r119930, causing a miscompile of
20040709-1.c from the gcc testsuite.  I was using the size of a
pointer instead of the pointee.  This fixes rdar://8713376


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120519 91177308-0d34-0410-b5e6-96231b3b80d8
2010-12-01 01:24:55 +00:00
..
Hello
InstCombine Transform (extractvalue (load P), ...) to (load (gep P, 0, ...)) if the load has no other uses, shrinking the load. 2010-11-29 21:56:20 +00:00
Instrumentation
IPO Add helper functions for computing the Location of load, store, 2010-11-11 21:50:19 +00:00
Scalar fix a bozo bug I introduced in r119930, causing a miscompile of 2010-12-01 01:24:55 +00:00
Utils remove the pointless check of MemoryUseIntrinsic from 2010-11-30 02:03:47 +00:00
Makefile