diff options
Diffstat (limited to 'llvm/test/Transforms/RewriteStatepointsForGC/vector-bitcast.ll')
-rw-r--r-- | llvm/test/Transforms/RewriteStatepointsForGC/vector-bitcast.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/Transforms/RewriteStatepointsForGC/vector-bitcast.ll b/llvm/test/Transforms/RewriteStatepointsForGC/vector-bitcast.ll index 981942a91ee..74943fc93d4 100644 --- a/llvm/test/Transforms/RewriteStatepointsForGC/vector-bitcast.ll +++ b/llvm/test/Transforms/RewriteStatepointsForGC/vector-bitcast.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 ; ; A test to make sure that we can look through bitcasts of ; vector types when a base pointer is contained in a vector. |