diff options
author | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2010-07-29 17:42:27 +0000 |
---|---|---|
committer | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2010-07-29 17:42:27 +0000 |
commit | ba0e124aaf3629473b050de8a28819c95c9f2952 (patch) | |
tree | eac7aaf1dec8818e76f9ba3de47ab5045d37e795 /llvm/lib/CodeGen | |
parent | 1c56d9ab565a16752bc299db54c98f247074f5f9 (diff) | |
download | bcm5719-llvm-ba0e124aaf3629473b050de8a28819c95c9f2952.tar.gz bcm5719-llvm-ba0e124aaf3629473b050de8a28819c95c9f2952.zip |
Revert r109652, and remove the offending assert in loadRegFromStackSlot instead.
We do sometimes load from a too small stack slot when dealing with x86 arguments
(varargs and smaller-than-32-bit args). It looks like we know what we are doing
in those cases, so I am going to remove the assert instead of artifically
enlarging stack slot sizes.
The assert in storeRegToStackSlot stays in. We don't want to write beyond the
bounds of a stack slot.
llvm-svn: 109764
Diffstat (limited to 'llvm/lib/CodeGen')
0 files changed, 0 insertions, 0 deletions