diff options
Diffstat (limited to 'llvm/test/Transforms/PlaceSafepoints/split-backedge.ll')
-rw-r--r-- | llvm/test/Transforms/PlaceSafepoints/split-backedge.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/PlaceSafepoints/split-backedge.ll b/llvm/test/Transforms/PlaceSafepoints/split-backedge.ll index b9fad45709d..5695441408a 100644 --- a/llvm/test/Transforms/PlaceSafepoints/split-backedge.ll +++ b/llvm/test/Transforms/PlaceSafepoints/split-backedge.ll @@ -1,5 +1,5 @@ ;; A very basic test to make sure that splitting the backedge keeps working -;; RUN: opt -place-safepoints -spp-split-backedge=1 -S %s | FileCheck %s +;; RUN: opt < %s -place-safepoints -spp-split-backedge=1 -S | FileCheck %s define void @test(i32, i1 %cond) gc "statepoint-example" { ; CHECK-LABEL: @test |