Files
clang-p2996/llvm/test/Transforms/ScalarRepl
Chris Lattner c48091f141 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.

llvm-svn: 71224
2009-05-08 15:54:41 +00:00
..
2009-01-09 18:18:43 +00:00
2009-03-18 07:56:13 +00:00