summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Instrumentation/ProfilePaths/ProfilePaths.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-05-07 19:18:48 +0000
committerChris Lattner <sabre@nondot.org>2002-05-07 19:18:48 +0000
commit15435fd55097418ecd625be91ea8cbb5e1a28889 (patch)
tree16991838ba7265f07169b69f354e2b312f74f452 /llvm/lib/Transforms/Instrumentation/ProfilePaths/ProfilePaths.cpp
parent03453a0e394df4902f3bc3550671ae5d8f1893f7 (diff)
downloadbcm5719-llvm-15435fd55097418ecd625be91ea8cbb5e1a28889.tar.gz
bcm5719-llvm-15435fd55097418ecd625be91ea8cbb5e1a28889.zip
Move UnifyFunctionExitNodes to Utils library: final resting place this time
llvm-svn: 2531
Diffstat (limited to 'llvm/lib/Transforms/Instrumentation/ProfilePaths/ProfilePaths.cpp')
-rw-r--r--llvm/lib/Transforms/Instrumentation/ProfilePaths/ProfilePaths.cpp2
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 afc53053d08..d4a20867c93 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/Scalar/UnifyFunctionExitNodes.h"
+#include "llvm/Transforms/Utils/UnifyFunctionExitNodes.h"
#include "llvm/Support/CFG.h"
#include "llvm/Constants.h"
#include "llvm/DerivedTypes.h"
OpenPOWER on IntegriCloud