summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/lib/VMCore/Pass.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/VMCore/Pass.cpp b/llvm/lib/VMCore/Pass.cpp
index b37b4601da9..945a7cac647 100644
--- a/llvm/lib/VMCore/Pass.cpp
+++ b/llvm/lib/VMCore/Pass.cpp
@@ -98,7 +98,7 @@ bool FunctionPassManager::run(Function &F) {
std::cerr << "Error reading bytecode file: " << errstr << "\n";
abort();
} catch (...) {
- std::cerr << "Error reading bytecode file:\n";
+ std::cerr << "Error reading bytecode file!\n";
abort();
}
return PM->run(F);
OpenPOWER on IntegriCloud