diff options
| author | Michael Kuperstein <mkuper@google.com> | 2016-07-25 20:52:00 +0000 |
|---|---|---|
| committer | Michael Kuperstein <mkuper@google.com> | 2016-07-25 20:52:00 +0000 |
| commit | 39feb6290caff60abf2d5208cbaa2a646e977553 (patch) | |
| tree | 59d4439c5269c70ac6469b80a1c185c9423de0b9 /llvm/tools/opt/opt.cpp | |
| parent | 95b0842e64ffe02f09c8f54d39d4eb1b8dd0ebe0 (diff) | |
| download | bcm5719-llvm-39feb6290caff60abf2d5208cbaa2a646e977553.tar.gz bcm5719-llvm-39feb6290caff60abf2d5208cbaa2a646e977553.zip | |
[PM] Port SymbolRewriter to the new PM
Differential Revision: https://reviews.llvm.org/D22703
llvm-svn: 276687
Diffstat (limited to 'llvm/tools/opt/opt.cpp')
| -rw-r--r-- | llvm/tools/opt/opt.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/opt/opt.cpp b/llvm/tools/opt/opt.cpp index 0a4ce1dfe8e..090c04a87d1 100644 --- a/llvm/tools/opt/opt.cpp +++ b/llvm/tools/opt/opt.cpp @@ -361,7 +361,7 @@ int main(int argc, char **argv) { // supported. initializeCodeGenPreparePass(Registry); initializeAtomicExpandPass(Registry); - initializeRewriteSymbolsPass(Registry); + initializeRewriteSymbolsLegacyPassPass(Registry); initializeWinEHPreparePass(Registry); initializeDwarfEHPreparePass(Registry); initializeSafeStackPass(Registry); |

