diff options
Diffstat (limited to 'llvm/test/Transforms/RewriteStatepointsForGC/relocate-invoke-result.ll')
-rw-r--r-- | llvm/test/Transforms/RewriteStatepointsForGC/relocate-invoke-result.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/Transforms/RewriteStatepointsForGC/relocate-invoke-result.ll b/llvm/test/Transforms/RewriteStatepointsForGC/relocate-invoke-result.ll index b96ec3e3962..d198b272778 100644 --- a/llvm/test/Transforms/RewriteStatepointsForGC/relocate-invoke-result.ll +++ b/llvm/test/Transforms/RewriteStatepointsForGC/relocate-invoke-result.ll @@ -1,5 +1,6 @@ ;; RUN: opt -rewrite-statepoints-for-gc -verify -S < %s | FileCheck %s +;; RUN: opt -passes=rewrite-statepoints-for-gc -verify -S < %s | FileCheck %s ;; This test is to verify that RewriteStatepointsForGC correctly relocates values ;; defined by invoke instruction results. |