Use the llvm-upgrade program to upgrade llvm assembly.
[oota-llvm.git] / test / Transforms / ConstProp / 2002-05-03-DivideByZeroException.ll
index 85bac18c11584ba0c48b48632b97787e1c20d749..331501adb3e07a2bd45c7c4bb1752561c98a0b04 100644 (file)
@@ -1,6 +1,6 @@
 ; Make sure that the constant propogator doesn't divide by zero!
 ;
-; RUN: llvm-as < %s | opt -constprop
+; RUN: llvm-upgrade < %s | llvm-as | opt -constprop
 ;
 
 int "test"() {