Renamed `as' => `llvm-as', `dis' => `llvm-dis'.
[oota-llvm.git] / test / Assembler / 2002-04-29-NameBinding.llx
index 29378a357c9431d9346983af6be7eff9ad537709..88ad4936067d8c64613eea417376288c13cc0403 100644 (file)
@@ -4,7 +4,7 @@
 ; Check by running globaldce, which will remove the constant if there are
 ; no references to it!
 ; 
-; RUN: as < %s | opt -globaldce | dis | not grep constant
+; RUN: llvm-as < %s | opt -globaldce | llvm-dis | not grep constant
 ;
        
 %v1 = internal constant int 5