Skip to content
GitLab
Explore
Sign in
llvm-bpevl
llvm
lib
Transforms
Utils
SSAUpdater.cpp
Find file
Blame
History
Permalink
The SSAUpdater should avoid recursive traversals of the CFG, since that may
· 38fc88ee
Bob Wilson
authored
Apr 01, 2010
blow out the stack for really big functions. Start by fixing an easy case. llvm-svn: 100126
38fc88ee
Loading