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:
2480737
)
Fix a copy-and-paste-o that would break some compilers.
author
Owen Anderson
<resistor@mac.com>
Fri, 26 May 2006 21:19:17 +0000
(21:19 +0000)
committer
Owen Anderson
<resistor@mac.com>
Fri, 26 May 2006 21:19:17 +0000
(21:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28507
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Transforms/Utils/LCSSA.cpp
patch
|
blob
|
history
diff --git
a/lib/Transforms/Utils/LCSSA.cpp
b/lib/Transforms/Utils/LCSSA.cpp
index bb4c57e954287d4ac98087a79252cd961fdf136a..43f331d71b2b2780b9dea5a5959290aaf25c2dee 100644
(file)
--- a/
lib/Transforms/Utils/LCSSA.cpp
+++ b/
lib/Transforms/Utils/LCSSA.cpp
@@
-48,7
+48,7
@@
namespace {
DominanceFrontier *DF; // Current Dominance Frontier
virtual bool runOnFunction(Function &F);
- bool
LCSSA::
visitSubloop(Loop* L);
+ bool visitSubloop(Loop* L);
/// This transformation requires natural loop information & requires that
/// loop preheaders be inserted into the CFG...