mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-12 03:32:10 +00:00
Remove extra semicolon.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165758 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
fcb5e95c31
commit
aa79721fce
@ -874,7 +874,7 @@ namespace llvm {
|
||||
static char ID; // Class identification, replacement for typeinfo
|
||||
DependenceAnalysis() : FunctionPass(ID) {
|
||||
initializeDependenceAnalysisPass(*PassRegistry::getPassRegistry());
|
||||
};
|
||||
}
|
||||
|
||||
bool runOnFunction(Function &F);
|
||||
void releaseMemory();
|
||||
|
Loading…
x
Reference in New Issue
Block a user