diff options
author | Bill Wendling <isanbard@gmail.com> | 2013-09-24 00:13:08 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2013-09-24 00:13:08 +0000 |
commit | 585a901a1245e4d312f1e75cbfa0b0681b52fbd5 (patch) | |
tree | 2319dab7122b28fda253d142a4270f95097ca560 /llvm/lib/Target/CppBackend/CPPBackend.cpp | |
parent | 25f007f054f825592d03c2d221459806a70a8454 (diff) | |
download | llvm-585a901a1245e4d312f1e75cbfa0b0681b52fbd5.zip llvm-585a901a1245e4d312f1e75cbfa0b0681b52fbd5.tar.gz llvm-585a901a1245e4d312f1e75cbfa0b0681b52fbd5.tar.bz2 |
Selecting the address from a very long chain of GEPs can blow the stack.
The recursive nature of the address selection code can cause the stack to
explode if there is a long chain of GEPs. Convert the recursive bit into a
iterative method to avoid this.
<rdar://problem/12445434>
llvm-svn: 191252
Diffstat (limited to 'llvm/lib/Target/CppBackend/CPPBackend.cpp')
0 files changed, 0 insertions, 0 deletions