summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2015-11-03 18:55:58 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2015-11-03 18:55:58 +0000
commit43e2e251ea20ab7c77e137b8660c06452fc9bc1a (patch)
treec04341fc124f29ea5f32c0a56c6f5e0d22869f83 /llvm/lib/CodeGen
parentbb03a4660f669bff3875ce00c1d4acaf28c244ef (diff)
downloadbcm5719-llvm-43e2e251ea20ab7c77e137b8660c06452fc9bc1a.tar.gz
bcm5719-llvm-43e2e251ea20ab7c77e137b8660c06452fc9bc1a.zip
Delete dead code.
llvm-svn: 251960
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp b/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
index 00762ca0ca8..8fe5094ba68 100644
--- a/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
+++ b/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
@@ -1143,9 +1143,6 @@ bool AsmPrinter::doFinalization(Module &M) {
}
}
- // Make sure we wrote out everything we need.
- OutStreamer->Flush();
-
// Finalize debug and EH information.
for (const HandlerInfo &HI : Handlers) {
NamedRegionTimer T(HI.TimerName, HI.TimerGroupName,
OpenPOWER on IntegriCloud