projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f86cafd
)
There is no error message to print out, end sentence with `!'
author
Misha Brukman
<brukman+llvm@gmail.com>
Wed, 7 Jul 2004 21:22:05 +0000
(21:22 +0000)
committer
Misha Brukman
<brukman+llvm@gmail.com>
Wed, 7 Jul 2004 21:22:05 +0000
(21:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14678
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/VMCore/Pass.cpp
patch
|
blob
|
history
diff --git
a/lib/VMCore/Pass.cpp
b/lib/VMCore/Pass.cpp
index b37b4601da9cc9cce76510475dd8ba995a1d9c8b..945a7cac6476513fdb62b8f3462e48d206949b06 100644
(file)
--- a/
lib/VMCore/Pass.cpp
+++ b/
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);