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:
149a520
)
Disable timing of bytecode loader
author
Chris Lattner
<sabre@nondot.org>
Tue, 3 Dec 2002 19:42:26 +0000
(19:42 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Tue, 3 Dec 2002 19:42:26 +0000
(19:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4887
91177308
-0d34-0410-b5e6-
96231b3b80d8
tools/analyze/analyze.cpp
patch
|
blob
|
history
diff --git
a/tools/analyze/analyze.cpp
b/tools/analyze/analyze.cpp
index 4669c66b03884e560a8a5aca87959136041c1ba0..52ae6c88fabfcedd134a87f1cdf263aac1d20e2d 100644
(file)
--- a/
tools/analyze/analyze.cpp
+++ b/
tools/analyze/analyze.cpp
@@
-109,7
+109,9
@@
int main(int argc, char **argv) {
Module *CurMod = 0;
try {
+#if 0
TimeRegion RegionTimer(BytecodeLoadTimer);
+#endif
CurMod = ParseBytecodeFile(InputFilename);
if (!CurMod && !(CurMod = ParseAssemblyFile(InputFilename))){
std::cerr << argv[0] << ": input file didn't read correctly.\n";