| commit | a3bb03e400a9996f6719cbd3d9c5a8513a070ffa | [log] [tgz] |
|---|---|---|
| author | Nick Lewycky <nicholas@mxc.ca> | Sun May 29 18:41:56 2011 +0000 |
| committer | Nick Lewycky <nicholas@mxc.ca> | Sun May 29 18:41:56 2011 +0000 |
| tree | 2c8280ecfa156d8d63ab2499ebe37e52f12b972a | |
| parent | 28d55e0745d06c24f0957f97c6f7517de27345be [diff] |
Obey the isVolatile bit on memory intrinsics when analyzing uses of a global variable. Noticed by inspection. Simulate memset in EvaluateFunction where the target of the memset and the value we're setting are both the null value. Fixes PR10047! llvm-svn: 132288