aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/CppBackend/CPPBackend.cpp
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2013-09-24 00:13:08 +0000
committerBill Wendling <isanbard@gmail.com>2013-09-24 00:13:08 +0000
commit585a901a1245e4d312f1e75cbfa0b0681b52fbd5 (patch)
tree2319dab7122b28fda253d142a4270f95097ca560 /llvm/lib/Target/CppBackend/CPPBackend.cpp
parent25f007f054f825592d03c2d221459806a70a8454 (diff)
downloadllvm-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