diff options
Diffstat (limited to 'llvm/test/Transforms/PlaceSafepoints/finite-loops.ll')
| -rw-r--r-- | llvm/test/Transforms/PlaceSafepoints/finite-loops.ll | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/llvm/test/Transforms/PlaceSafepoints/finite-loops.ll b/llvm/test/Transforms/PlaceSafepoints/finite-loops.ll index b98073d6a6e..ea090eea1bc 100644 --- a/llvm/test/Transforms/PlaceSafepoints/finite-loops.ll +++ b/llvm/test/Transforms/PlaceSafepoints/finite-loops.ll @@ -1,7 +1,7 @@  ; Tests to ensure that we are not placing backedge safepoints in  ; loops which are clearly finite. -;; RUN: opt %s -place-safepoints -spp-counted-loop-trip-width=32 -S | FileCheck %s -;; RUN: opt %s -place-safepoints -spp-counted-loop-trip-width=64 -S | FileCheck %s -check-prefix=COUNTED-64 +;; RUN: opt < %s -place-safepoints -spp-counted-loop-trip-width=32 -S | FileCheck %s +;; RUN: opt < %s -place-safepoints -spp-counted-loop-trip-width=64 -S | FileCheck %s -check-prefix=COUNTED-64  ; A simple counted loop with trivially known range | 

