diff options
Diffstat (limited to 'llvm/test/Transforms/PlaceSafepoints/no-statepoints.ll')
-rw-r--r-- | llvm/test/Transforms/PlaceSafepoints/no-statepoints.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/PlaceSafepoints/no-statepoints.ll b/llvm/test/Transforms/PlaceSafepoints/no-statepoints.ll index 3e4988cb316..698f295f5f9 100644 --- a/llvm/test/Transforms/PlaceSafepoints/no-statepoints.ll +++ b/llvm/test/Transforms/PlaceSafepoints/no-statepoints.ll @@ -1,4 +1,4 @@ -; RUN: opt -spp-no-statepoints -S -place-safepoints < %s | FileCheck %s +; RUN: opt -S -place-safepoints < %s | FileCheck %s define void @test() gc "statepoint-example" { ; CHECK-LABEL: test( |