summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-01-14 22:39:29 +0000
committerChris Lattner <sabre@nondot.org>2003-01-14 22:39:29 +0000
commit57fd307f6d52baa6ae79c45fe7b5e7dc18356881 (patch)
treedb83ce502a74830be226c370fea03dcd556ef170
parentebe979693d4acb0625e46b2e475b276a1747296f (diff)
downloadbcm5719-llvm-57fd307f6d52baa6ae79c45fe7b5e7dc18356881.tar.gz
bcm5719-llvm-57fd307f6d52baa6ae79c45fe7b5e7dc18356881.zip
Rename include/llvm/Transforms/Instrumentation/TraceFunctions.h to Instrumentation.h
llvm-svn: 5281
-rw-r--r--llvm/lib/Transforms/Instrumentation/EmitFunctions.cpp2
-rw-r--r--llvm/lib/Transforms/Instrumentation/TraceValues.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Transforms/Instrumentation/EmitFunctions.cpp b/llvm/lib/Transforms/Instrumentation/EmitFunctions.cpp
index 8207424efd1..d4a99e2c674 100644
--- a/llvm/lib/Transforms/Instrumentation/EmitFunctions.cpp
+++ b/llvm/lib/Transforms/Instrumentation/EmitFunctions.cpp
@@ -6,8 +6,8 @@
#include "llvm/Constants.h"
#include "llvm/DerivedTypes.h"
-#include "llvm/Constants.h"
#include "llvm/Module.h"
+#include "llvm/Pass.h"
using std::vector;
diff --git a/llvm/lib/Transforms/Instrumentation/TraceValues.cpp b/llvm/lib/Transforms/Instrumentation/TraceValues.cpp
index 9329b8239ac..8c44d4d28ca 100644
--- a/llvm/lib/Transforms/Instrumentation/TraceValues.cpp
+++ b/llvm/lib/Transforms/Instrumentation/TraceValues.cpp
@@ -5,7 +5,7 @@
//
//===----------------------------------------------------------------------===//
-#include "llvm/Transforms/Instrumentation/TraceValues.h"
+#include "llvm/Transforms/Instrumentation.h"
#include "llvm/Constants.h"
#include "llvm/DerivedTypes.h"
#include "llvm/iMemory.h"
OpenPOWER on IntegriCloud