mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-08 21:32:39 +00:00
Fix return type
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19314 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6ac95f9679
commit
835ca25de6
@ -20,7 +20,7 @@ class ModulePass;
|
||||
class FunctionPass;
|
||||
|
||||
// Reoptimizer support pass: add instrumentation calls to back-edges of loops
|
||||
ModulePass *createLoopInstrumentationPass ();
|
||||
FunctionPass *createLoopInstrumentationPass ();
|
||||
|
||||
// Reoptimizer support pass: combine multiple back-edges w/ same target into one
|
||||
FunctionPass *createCombineBranchesPass();
|
||||
|
Loading…
x
Reference in New Issue
Block a user