[llvm-commits] CVS: llvm/lib/Transforms/Instrumentation/ProfilePaths/GraphAuxillary.cpp

Chris Lattner lattner at cs.uiuc.edu
Wed Sep 10 15:38:18 PDT 2003


Changes in directory llvm/lib/Transforms/Instrumentation/ProfilePaths:

GraphAuxillary.cpp updated: 1.16 -> 1.17

---
Log message:

Remove #include


---
Diffs of the changes:

Index: llvm/lib/Transforms/Instrumentation/ProfilePaths/GraphAuxillary.cpp
diff -u llvm/lib/Transforms/Instrumentation/ProfilePaths/GraphAuxillary.cpp:1.16 llvm/lib/Transforms/Instrumentation/ProfilePaths/GraphAuxillary.cpp:1.17
--- llvm/lib/Transforms/Instrumentation/ProfilePaths/GraphAuxillary.cpp:1.16	Fri Aug  1 17:15:02 2003
+++ llvm/lib/Transforms/Instrumentation/ProfilePaths/GraphAuxillary.cpp	Wed Sep 10 15:35:21 2003
@@ -6,7 +6,6 @@
 //
 //===----------------------------------------------------------------------===//
 
-#include "llvm/Transforms/Utils/UnifyFunctionExitNodes.h"
 #include "llvm/Pass.h"
 #include "llvm/Module.h"
 #include "llvm/iTerminators.h"





More information about the llvm-commits mailing list