mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-18 13:34:04 +00:00
Remove unneeded class qualifier, contributed by Bjørn Wennberg
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18625 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f08e961439
commit
f2fd400258
@ -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>();
|
||||
}
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user