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:
e9e960f
)
These should *stop* the timer, not start it again.
author
Bill Wendling
<isanbard@gmail.com>
Tue, 10 Mar 2009 22:02:13 +0000
(22:02 +0000)
committer
Bill Wendling
<isanbard@gmail.com>
Tue, 10 Mar 2009 22:02:13 +0000
(22:02 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@66586
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/AsmPrinter/DwarfWriter.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/AsmPrinter/DwarfWriter.cpp
b/lib/CodeGen/AsmPrinter/DwarfWriter.cpp
index fa230b5a822f9eae3f44f2672635b23a6c89b179..98c2fe1d77d985d633386e005146c5187edd2ef8 100644
(file)
--- a/
lib/CodeGen/AsmPrinter/DwarfWriter.cpp
+++ b/
lib/CodeGen/AsmPrinter/DwarfWriter.cpp
@@
-3050,7
+3050,7
@@
public:
if (CompileUnits.empty()) {
if (TimePassesIsEnabled)
- DebugTimer->st
art
Timer();
+ DebugTimer->st
op
Timer();
return;
}
@@
-3065,7
+3065,7
@@
public:
// and any subprograms then there is not any debug info to emit.
if (!globalDIEs && !subprogramDIEs) {
if (TimePassesIsEnabled)
- DebugTimer->st
art
Timer();
+ DebugTimer->st
op
Timer();
return;
}