mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-27 22:15:18 +00:00
Fixed the revision 129449.
llvm-svn: 129450
This commit is contained in:
parent
920274b4dd
commit
caffb8c04f
@ -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