summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/BackendUtil.cpp
diff options
context:
space:
mode:
authorTeresa Johnson <tejohnson@google.com>2015-06-12 03:11:50 +0000
committerTeresa Johnson <tejohnson@google.com>2015-06-12 03:11:50 +0000
commitedca6e507e4add7a99c80700415cbbb609cff8b9 (patch)
treeffc119f43c82c9560dd9dd845fe5d2c4b8031f69 /clang/lib/CodeGen/BackendUtil.cpp
parent11e14ec195a4ab7a7a08aa304a84f83b14b37870 (diff)
downloadbcm5719-llvm-edca6e507e4add7a99c80700415cbbb609cff8b9.tar.gz
bcm5719-llvm-edca6e507e4add7a99c80700415cbbb609cff8b9.zip
Revert commit r239481 as it is dependent on reverted llvm commit r239480.
llvm-svn: 239588
Diffstat (limited to 'clang/lib/CodeGen/BackendUtil.cpp')
-rw-r--r--clang/lib/CodeGen/BackendUtil.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/BackendUtil.cpp b/clang/lib/CodeGen/BackendUtil.cpp
index 905ea617ae8..30e9ebffa28 100644
--- a/clang/lib/CodeGen/BackendUtil.cpp
+++ b/clang/lib/CodeGen/BackendUtil.cpp
@@ -286,7 +286,6 @@ void EmitAssemblyHelper::CreatePasses() {
PMBuilder.DisableUnitAtATime = !CodeGenOpts.UnitAtATime;
PMBuilder.DisableUnrollLoops = !CodeGenOpts.UnrollLoops;
PMBuilder.MergeFunctions = CodeGenOpts.MergeFunctions;
- PMBuilder.PrepareForLTO = CodeGenOpts.PrepareForLTO;
PMBuilder.RerollLoops = CodeGenOpts.RerollLoops;
PMBuilder.addExtension(PassManagerBuilder::EP_EarlyAsPossible,
OpenPOWER on IntegriCloud