mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
simplify-cfg is really a function pass
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8868 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
bede31ff3a
commit
b55803a9f4
@ -28,7 +28,7 @@ namespace {
|
||||
RegisterOpt<CFGSimplifyPass> X("simplifycfg", "Simplify the CFG");
|
||||
}
|
||||
|
||||
Pass *createCFGSimplificationPass() {
|
||||
FunctionPass *createCFGSimplificationPass() {
|
||||
return new CFGSimplifyPass();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user