commit | 72a8f8dade0acbf4b9d6a57ce955c6c7b34d0581 | [log] [tgz] |
---|---|---|
author | Jim Stichnoth <stichnot@chromium.org> | Mon Sep 08 17:56:50 2014 -0700 |
committer | Jim Stichnoth <stichnot@chromium.org> | Mon Sep 08 17:56:50 2014 -0700 |
tree | 435ded4db9d9b3e215e1a4e60185eb1b656ac2f9 | |
parent | f12355ec5d0680048003f88435aa895830df4bf2 [diff] |
Subzero: Make sure alloca with align=0 is handled correctly. 1. Modify dump() to match LLVM. 2. If it weren't for minimum stack alignment, the alignment code would be broken, so add a test in case the alignment code changes. BUG= none R=jvoung@chromium.org, kschimpf@google.com Review URL: https://codereview.chromium.org/557533003