diff options
-rw-r--r-- | llvm/tools/bugpoint/bugpoint.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/bugpoint/bugpoint.cpp b/llvm/tools/bugpoint/bugpoint.cpp index df8fbc60046..573a406a117 100644 --- a/llvm/tools/bugpoint/bugpoint.cpp +++ b/llvm/tools/bugpoint/bugpoint.cpp @@ -113,7 +113,7 @@ int main(int argc, char **argv) { } if (StandardLinkOpts) - createStandardLTOPasses(&PM, /*Internalize=*/false, + createStandardLTOPasses(&PM, /*Internalize=*/true, /*RunInliner=*/true, /*VerifyEach=*/false); |