summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Instrumentation/ProfilePaths/ProfilePaths.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-12-08 16:05:02 +0000
committerChris Lattner <sabre@nondot.org>2004-12-08 16:05:02 +0000
commit407000c497ad619c176a5352392b1430d3b18a7d (patch)
tree1f6c2724995e87371fd64adbba72b6de2ae4932a /llvm/lib/Transforms/Instrumentation/ProfilePaths/ProfilePaths.cpp
parent148215f758763fb445a41e63e441059f8475419d (diff)
downloadbcm5719-llvm-407000c497ad619c176a5352392b1430d3b18a7d.tar.gz
bcm5719-llvm-407000c497ad619c176a5352392b1430d3b18a7d.zip
Remove unneeded class qualifier, contributed by Bjørn Wennberg
llvm-svn: 18625
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 bb7c5a6e829..aa0723bd4ab 100644
--- a/llvm/lib/Transforms/Instrumentation/ProfilePaths/ProfilePaths.cpp
+++ b/llvm/lib/Transforms/Instrumentation/ProfilePaths/ProfilePaths.cpp
@@ -49,7 +49,7 @@ struct ProfilePaths : public FunctionPass {
// Before this pass, make sure that there is only one
// entry and only one exit node for the function in the CFG of the function
//
- void ProfilePaths::getAnalysisUsage(AnalysisUsage &AU) const {
+ void getAnalysisUsage(AnalysisUsage &AU) const {
AU.addRequired<UnifyFunctionExitNodes>();
}
};
OpenPOWER on IntegriCloud