Skip to content
Commit c48091f1 authored by Chris Lattner's avatar Chris Lattner
Browse files

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
parent a02cb80f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment