diff options
| author | Chris Lattner <sabre@nondot.org> | 2003-09-10 20:35:21 +0000 | 
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2003-09-10 20:35:21 +0000 | 
| commit | 3b30e93e27ba4013f9eb33f5e8ad84887d2d1470 (patch) | |
| tree | 37b13303bdc0c961411d9b029a25f5827ed05f59 | |
| parent | f941396ccee01198f9245167ef7c530e0797abb2 (diff) | |
| download | bcm5719-llvm-3b30e93e27ba4013f9eb33f5e8ad84887d2d1470.tar.gz bcm5719-llvm-3b30e93e27ba4013f9eb33f5e8ad84887d2d1470.zip | |
Remove #include
llvm-svn: 8457
| -rw-r--r-- | llvm/lib/Transforms/Instrumentation/ProfilePaths/GraphAuxiliary.cpp | 1 | ||||
| -rw-r--r-- | llvm/lib/Transforms/Instrumentation/ProfilePaths/GraphAuxillary.cpp | 1 | 
2 files changed, 0 insertions, 2 deletions
| diff --git a/llvm/lib/Transforms/Instrumentation/ProfilePaths/GraphAuxiliary.cpp b/llvm/lib/Transforms/Instrumentation/ProfilePaths/GraphAuxiliary.cpp index b9423519585..10b55ce63e3 100644 --- a/llvm/lib/Transforms/Instrumentation/ProfilePaths/GraphAuxiliary.cpp +++ b/llvm/lib/Transforms/Instrumentation/ProfilePaths/GraphAuxiliary.cpp @@ -6,7 +6,6 @@  //  //===----------------------------------------------------------------------===// -#include "llvm/Transforms/Utils/UnifyFunctionExitNodes.h"  #include "llvm/Pass.h"  #include "llvm/Module.h"  #include "llvm/iTerminators.h" diff --git a/llvm/lib/Transforms/Instrumentation/ProfilePaths/GraphAuxillary.cpp b/llvm/lib/Transforms/Instrumentation/ProfilePaths/GraphAuxillary.cpp index b9423519585..10b55ce63e3 100644 --- a/llvm/lib/Transforms/Instrumentation/ProfilePaths/GraphAuxillary.cpp +++ b/llvm/lib/Transforms/Instrumentation/ProfilePaths/GraphAuxillary.cpp @@ -6,7 +6,6 @@  //  //===----------------------------------------------------------------------===// -#include "llvm/Transforms/Utils/UnifyFunctionExitNodes.h"  #include "llvm/Pass.h"  #include "llvm/Module.h"  #include "llvm/iTerminators.h" | 

