diff options
author | Chris Lattner <sabre@nondot.org> | 2003-01-14 22:39:29 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-01-14 22:39:29 +0000 |
commit | c56d239510e110db990d42a0f24a828c5528ecdf (patch) | |
tree | 1bb9656b1f266c2c785d2910419e9cfa7b9150b4 /lib/Transforms/Instrumentation/EmitFunctions.cpp | |
parent | b9eca537d08de504d43a9698244d32a59b359176 (diff) |
Rename include/llvm/Transforms/Instrumentation/TraceFunctions.h to Instrumentation.h
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5281 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/Instrumentation/EmitFunctions.cpp')
-rw-r--r-- | lib/Transforms/Instrumentation/EmitFunctions.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Transforms/Instrumentation/EmitFunctions.cpp b/lib/Transforms/Instrumentation/EmitFunctions.cpp index 8207424efd..d4a99e2c67 100644 --- a/lib/Transforms/Instrumentation/EmitFunctions.cpp +++ b/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; |