diff --git a/lib/Transforms/Instrumentation/DebugIR.cpp b/lib/Transforms/Instrumentation/DebugIR.cpp index 2f602be78a0..0c85496713c 100644 --- a/lib/Transforms/Instrumentation/DebugIR.cpp +++ b/lib/Transforms/Instrumentation/DebugIR.cpp @@ -37,7 +37,6 @@ #include "DebugIR.h" #include -#include #define STR_HELPER(x) #x #define STR(x) STR_HELPER(x) @@ -542,7 +541,6 @@ void DebugIR::writeDebugBitcode(const Module *M, int *fd) { M->print(*Out, 0); Out->close(); - sync(); } void DebugIR::createDebugInfo(Module &M, OwningPtr &DisplayM) {