Rename include/llvm/Transforms/Instrumentation/TraceFunctions.h to Instrumentation.h
authorChris Lattner <sabre@nondot.org>
Tue, 14 Jan 2003 22:39:29 +0000 (22:39 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 14 Jan 2003 22:39:29 +0000 (22:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5281 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Instrumentation/EmitFunctions.cpp
lib/Transforms/Instrumentation/TraceValues.cpp

index 8207424efd1fd4298e823b101348b98ee0d87cfc..d4a99e2c6743f6cc4a5891884aa2eef6d46bfe7b 100644 (file)
@@ -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;
 
index 9329b8239ac90acd12dd86eb558cddd087ebf352..8c44d4d28ca88df6ee5567bc17b1f02b927fdbbc 100644 (file)
@@ -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"