commit | c56d239510e110db990d42a0f24a828c5528ecdf | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Tue Jan 14 22:39:29 2003 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Tue Jan 14 22:39:29 2003 +0000 |
tree | 1bb9656b1f266c2c785d2910419e9cfa7b9150b4 | |
parent | b9eca537d08de504d43a9698244d32a59b359176 [diff] [blame] |
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
diff --git a/lib/Transforms/Instrumentation/EmitFunctions.cpp b/lib/Transforms/Instrumentation/EmitFunctions.cpp index 8207424..d4a99e2 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;