diff options
Diffstat (limited to 'test/Transforms/ConstantMerge/2006-03-07-DontMergeDiffSections.ll')
-rw-r--r-- | test/Transforms/ConstantMerge/2006-03-07-DontMergeDiffSections.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Transforms/ConstantMerge/2006-03-07-DontMergeDiffSections.ll b/test/Transforms/ConstantMerge/2006-03-07-DontMergeDiffSections.ll index a621b594ca05..cea18a05efb2 100644 --- a/test/Transforms/ConstantMerge/2006-03-07-DontMergeDiffSections.ll +++ b/test/Transforms/ConstantMerge/2006-03-07-DontMergeDiffSections.ll @@ -1,5 +1,5 @@ -; RUN: llvm-as < %s | opt -constmerge | llvm-dis | grep foo -; RUN: llvm-as < %s | opt -constmerge | llvm-dis | grep bar +; RUN: opt < %s -constmerge -S | grep foo +; RUN: opt < %s -constmerge -S | grep bar ; Don't merge constants in different sections. |