Next batch of -disable-debug-info-verifier.
[oota-llvm.git] / test / Assembler / 2002-04-29-NameBinding.ll
index 2e10b2eaea4e90a2b50a455957ced975fd48d34b..7960c20ddcea9d4b59a685496ebc07f379f971b4 100644 (file)
@@ -4,7 +4,7 @@
 ; Check by running globaldce, which will remove the constant if there are
 ; no references to it!
 ; 
-; RUN: opt %s -globaldce | llvm-dis | \
+; RUN: opt < %s -globaldce -S | \
 ; RUN:   not grep constant
 ;