aboutsummaryrefslogtreecommitdiffstats
path: root/test/Assembler/2002-04-29-NameBinding.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Assembler/2002-04-29-NameBinding.ll')
-rw-r--r--test/Assembler/2002-04-29-NameBinding.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Assembler/2002-04-29-NameBinding.ll b/test/Assembler/2002-04-29-NameBinding.ll
index 9665aef..2e10b2e 100644
--- a/test/Assembler/2002-04-29-NameBinding.ll
+++ b/test/Assembler/2002-04-29-NameBinding.ll
@@ -4,7 +4,7 @@
; Check by running globaldce, which will remove the constant if there are
; no references to it!
;
-; RUN: llvm-as < %s | opt -globaldce | llvm-dis | \
+; RUN: opt %s -globaldce | llvm-dis | \
; RUN: not grep constant
;