diff options
Diffstat (limited to 'llvm/test/Transforms/RewriteStatepointsForGC/constants.ll')
-rw-r--r-- | llvm/test/Transforms/RewriteStatepointsForGC/constants.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/Transforms/RewriteStatepointsForGC/constants.ll b/llvm/test/Transforms/RewriteStatepointsForGC/constants.ll index 0a16f38f136..deaf3e703b8 100644 --- a/llvm/test/Transforms/RewriteStatepointsForGC/constants.ll +++ b/llvm/test/Transforms/RewriteStatepointsForGC/constants.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 ; constants don't get relocated. @G = addrspace(1) global i8 5 |