llvm-6502/lib/Transforms
Chris Lattner ef554846f0 fix RewriteStoreUserOfWholeAlloca to use the correct type size
method, fixing a crash on PR4146.  While the store will 
ultimately overwrite the "padded size" number of bits in memory,
the stored value may be a subset of this size.  This function
only wants to handle the case where all bits are stored.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71224 91177308-0d34-0410-b5e6-96231b3b80d8
2009-05-08 15:54:41 +00:00
..
Hello Removed trailing whitespace from Makefiles. 2009-01-09 16:44:42 +00:00
Instrumentation Removed trailing whitespace from Makefiles. 2009-01-09 16:44:42 +00:00
IPO Fix PR3754: don't mark functions that wrap MallocInst with 2009-05-06 08:42:00 +00:00
Scalar fix RewriteStoreUserOfWholeAlloca to use the correct type size 2009-05-08 15:54:41 +00:00
Utils PR4123: don't crash when inlining a call which uses its own result. 2009-05-08 00:22:04 +00:00
Makefile I should definitely read make docs someday :( 2009-03-11 20:40:15 +00:00