mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 22:04:55 +00:00
Fixed the revision 129449.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129450 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
32644d9bfd
commit
7133b85b87
@ -97,7 +97,7 @@ INITIALIZE_PASS_DEPENDENCY(LCSSA)
|
||||
INITIALIZE_PASS_END(LoopUnroll, "loop-unroll", "Unroll loops", false, false)
|
||||
|
||||
Pass *llvm::createLoopUnrollPass(int Threshold, int Count, int AllowPartial) {
|
||||
return new LoopUnroll();
|
||||
return new LoopUnroll(Threshold, Count, AllowPartial);
|
||||
}
|
||||
|
||||
/// ApproximateLoopSize - Approximate the size of the loop.
|
||||
|
Loading…
Reference in New Issue
Block a user