projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
740749b
)
Remove an unnecessary header.
author
Dan Gohman
<gohman@apple.com>
Fri, 31 Jul 2009 20:47:45 +0000
(20:47 +0000)
committer
Dan Gohman
<gohman@apple.com>
Fri, 31 Jul 2009 20:47:45 +0000
(20:47 +0000)
llvm-svn: 77725
llvm/lib/Analysis/MemoryDependenceAnalysis.cpp
patch
|
blob
|
history
diff --git
a/llvm/lib/Analysis/MemoryDependenceAnalysis.cpp
b/llvm/lib/Analysis/MemoryDependenceAnalysis.cpp
index
1870b4f
..
ea09f03
100644
(file)
--- a/
llvm/lib/Analysis/MemoryDependenceAnalysis.cpp
+++ b/
llvm/lib/Analysis/MemoryDependenceAnalysis.cpp
@@
-16,7
+16,6
@@
#define DEBUG_TYPE "memdep"
#include "llvm/Analysis/MemoryDependenceAnalysis.h"
-#include "llvm/Constants.h"
#include "llvm/Instructions.h"
#include "llvm/IntrinsicInst.h"
#include "llvm/Function.h"