summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/ConstantMerge/2006-03-07-DontMergeDiffSections.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Transforms/ConstantMerge/2006-03-07-DontMergeDiffSections.ll')
-rw-r--r--llvm/test/Transforms/ConstantMerge/2006-03-07-DontMergeDiffSections.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/Transforms/ConstantMerge/2006-03-07-DontMergeDiffSections.ll b/llvm/test/Transforms/ConstantMerge/2006-03-07-DontMergeDiffSections.ll
index a621b594ca0..d61a65194ca 100644
--- a/llvm/test/Transforms/ConstantMerge/2006-03-07-DontMergeDiffSections.ll
+++ b/llvm/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 | llvm-dis | grep foo
+; RUN: opt %s -constmerge | llvm-dis | grep bar
; Don't merge constants in different sections.
OpenPOWER on IntegriCloud