summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen
diff options
context:
space:
mode:
authorDavide Italiano <davide@freebsd.org>2017-02-18 03:02:44 +0000
committerDavide Italiano <davide@freebsd.org>2017-02-18 03:02:44 +0000
commit982bf827b57a727ceeec9bd34c25ccb2b0133a9d (patch)
tree896e1b4f76d1d2a23bf364a97c068c3038d837c7 /llvm/test/CodeGen
parentbd4cd0c063ca432f4cca52c331fadd58abfb8b2e (diff)
downloadbcm5719-llvm-982bf827b57a727ceeec9bd34c25ccb2b0133a9d.tar.gz
bcm5719-llvm-982bf827b57a727ceeec9bd34c25ccb2b0133a9d.zip
[IR/Verifier] Don't visit DISubprograms more than needed.
Before this patch we happened to visit twice, one when scanning MDNodes and the other one while visiting the function. Remove the explicit call to visitDISubprogram there, so we don't emit the same error twice in case the verifier fail and we save some time when running it. Thanks to Justin Bogner for the report and Adrian for the quick review! PR: 31995 llvm-svn: 295537
Diffstat (limited to 'llvm/test/CodeGen')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud