diff options
Diffstat (limited to 'llvm/lib/Transforms/Utils/LoopPeel.cpp')
-rw-r--r-- | llvm/lib/Transforms/Utils/LoopPeel.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Transforms/Utils/LoopPeel.cpp b/llvm/lib/Transforms/Utils/LoopPeel.cpp index f15252b..99aac24 100644 --- a/llvm/lib/Transforms/Utils/LoopPeel.cpp +++ b/llvm/lib/Transforms/Utils/LoopPeel.cpp @@ -596,6 +596,7 @@ void llvm::computePeelCount(Loop *L, unsigned LoopSize, // TTI.getPeelingPreferences or by the flag -unroll-peel-count. unsigned TargetPeelCount = PP.PeelCount; PP.PeelCount = 0; + PP.PeelLast = false; if (!canPeel(L)) return; |