| commit | 453b79013e0e9ebdfea29168c64b67ee48f2c039 | [log] [tgz] |
|---|---|---|
| author | Weiming Zhao <weimingz@codeaurora.org> | Sun May 08 05:04:47 2016 +0000 |
| committer | Weiming Zhao <weimingz@codeaurora.org> | Sun May 08 05:04:47 2016 +0000 |
| tree | 546e7c792f063101306b5a73f1648b5c6db1787c | |
| parent | ed39d150f5b21c44b27331b25fa8e55b1794df3c [diff] |
Fix use-of-uninitialized-value of ARMMachineFunctionInfo Summary: Explicitly initialize ArgumentStackSize to prevent the msan failure. Reviewers: rengolin Subscribers: aemerson, rengolin, llvm-commits Differential Revision: http://reviews.llvm.org/D20051 llvm-svn: 268868