summaryrefslogtreecommitdiffstats
path: root/clang/docs/UsersManual.html
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-06-03 21:51:32 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-06-03 21:51:32 +0000
commit3cd724e5906e150c2408b38cb3555c32c136256a (patch)
treef1a18f98c50f3421608c8a57221c1cd1ac354787 /clang/docs/UsersManual.html
parentee06b752f09611656044a7d19ad1b5a68dfc6b77 (diff)
downloadbcm5719-llvm-3cd724e5906e150c2408b38cb3555c32c136256a.tar.gz
bcm5719-llvm-3cd724e5906e150c2408b38cb3555c32c136256a.zip
Change LTO to run the global opt pass twice.
- This matches llvm-ld. It took a bit of archeology to figure out what the right thing to do was (whether this was intentionally added or intentionally removed). My final conclusion is that Chris added this intentionally here: http://llvm.org/viewvc/llvm-project?view=rev&revision=16913 but the changes weren't propogated to llvm-ld until here: http://llvm.org/viewvc/llvm-project?view=rev&revision=34058 which was after lto.cpp had been cloned off (of llvm-ld), here: http://llvm.org/viewvc/llvm-project?view=rev&revision=29494 From the commit message, it looks like the motivation for running global opt again is because we ran it prior to inlining. Based on that I updated the comment and also only run the pass if we actually ran the inliner. Chris, please review. llvm-svn: 72811
Diffstat (limited to 'clang/docs/UsersManual.html')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud