diff options
author | Chris Lattner <sabre@nondot.org> | 2002-05-07 18:36:35 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-05-07 18:36:35 +0000 |
commit | 7608a46cbef8bb86a1853a159a00d3b9d950c515 (patch) | |
tree | 76571df3eff9c20c15394d936a617581cd63ae95 /llvm/lib/Transforms/Instrumentation/ProfilePaths/ProfilePaths.cpp | |
parent | 18409a4fb7f88527bd722ba9cb2ebd4d0bd27531 (diff) | |
download | bcm5719-llvm-7608a46cbef8bb86a1853a159a00d3b9d950c515.tar.gz bcm5719-llvm-7608a46cbef8bb86a1853a159a00d3b9d950c515.zip |
Updates to move some header files out of include/llvm/Transforms into
the Scalar and Utils subdirectories
llvm-svn: 2523
Diffstat (limited to 'llvm/lib/Transforms/Instrumentation/ProfilePaths/ProfilePaths.cpp')
-rw-r--r-- | llvm/lib/Transforms/Instrumentation/ProfilePaths/ProfilePaths.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Instrumentation/ProfilePaths/ProfilePaths.cpp b/llvm/lib/Transforms/Instrumentation/ProfilePaths/ProfilePaths.cpp index ebd290cd915..afc53053d08 100644 --- a/llvm/lib/Transforms/Instrumentation/ProfilePaths/ProfilePaths.cpp +++ b/llvm/lib/Transforms/Instrumentation/ProfilePaths/ProfilePaths.cpp @@ -25,7 +25,7 @@ //===----------------------------------------------------------------------===// #include "llvm/Transforms/Instrumentation/ProfilePaths.h" -#include "llvm/Transforms/UnifyFunctionExitNodes.h" +#include "llvm/Transforms/Scalar/UnifyFunctionExitNodes.h" #include "llvm/Support/CFG.h" #include "llvm/Constants.h" #include "llvm/DerivedTypes.h" |