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