diff options
Diffstat (limited to 'include/llvm/Analysis/DependenceGraph.h')
-rw-r--r-- | include/llvm/Analysis/DependenceGraph.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/llvm/Analysis/DependenceGraph.h b/include/llvm/Analysis/DependenceGraph.h index 10013f7f4c..65831f980c 100644 --- a/include/llvm/Analysis/DependenceGraph.h +++ b/include/llvm/Analysis/DependenceGraph.h @@ -14,7 +14,6 @@ // //===----------------------------------------------------------------------===// - #ifndef LLVM_ANALYSIS_DEPENDENCEGRAPH_H #define LLVM_ANALYSIS_DEPENDENCEGRAPH_H @@ -22,7 +21,6 @@ #include <iosfwd> #include <vector> #include <utility> - #include <assert.h> class Instruction; |