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:
827e8f0
)
Remove extra blank line
author
Misha Brukman
<brukman+llvm@gmail.com>
Thu, 5 May 2005 23:43:47 +0000
(23:43 +0000)
committer
Misha Brukman
<brukman+llvm@gmail.com>
Thu, 5 May 2005 23:43:47 +0000
(23:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21706
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Analysis/LoopInfo.cpp
patch
|
blob
|
history
diff --git
a/lib/Analysis/LoopInfo.cpp
b/lib/Analysis/LoopInfo.cpp
index 16d036c089cc0b0f2115e9ea119837788509dbb0..e12d31759837aeb8e24501a1859f0bd8cccc4f3c 100644
(file)
--- a/
lib/Analysis/LoopInfo.cpp
+++ b/
lib/Analysis/LoopInfo.cpp
@@
-23,7
+23,6
@@
#include "llvm/ADT/DepthFirstIterator.h"
#include <algorithm>
#include <iostream>
-
using namespace llvm;
static RegisterAnalysis<LoopInfo>