[llvm-commits] CVS: llvm/lib/Analysis/DependenceGraph.cpp
Chris Lattner
lattner at cs.uiuc.edu
Wed Dec 11 21:48:00 PST 2002
Changes in directory llvm/lib/Analysis:
DependenceGraph.cpp updated: 1.1 -> 1.2
---
Log message:
Remove #includes
---
Diffs of the changes:
Index: llvm/lib/Analysis/DependenceGraph.cpp
diff -u llvm/lib/Analysis/DependenceGraph.cpp:1.1 llvm/lib/Analysis/DependenceGraph.cpp:1.2
--- llvm/lib/Analysis/DependenceGraph.cpp:1.1 Sun Dec 8 07:26:29 2002
+++ llvm/lib/Analysis/DependenceGraph.cpp Wed Dec 11 21:47:27 2002
@@ -16,8 +16,6 @@
#include "llvm/Analysis/DependenceGraph.h"
#include "llvm/Function.h"
-#include "llvm/BasicBlock.h"
-#include "llvm/Instruction.h"
//----------------------------------------------------------------------------
More information about the llvm-commits
mailing list