diff options
Diffstat (limited to 'llvm/test/Transforms/RewriteStatepointsForGC/basic.ll')
-rw-r--r-- | llvm/test/Transforms/RewriteStatepointsForGC/basic.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/Transforms/RewriteStatepointsForGC/basic.ll b/llvm/test/Transforms/RewriteStatepointsForGC/basic.ll index bb2210c7849..c1c160b1427 100644 --- a/llvm/test/Transforms/RewriteStatepointsForGC/basic.ll +++ b/llvm/test/Transforms/RewriteStatepointsForGC/basic.ll @@ -1,4 +1,5 @@ ; RUN: opt -S -rewrite-statepoints-for-gc < %s | FileCheck %s +; RUN: opt -S -passes=rewrite-statepoints-for-gc < %s | FileCheck %s declare void @g() declare i32 @h() |