Regenerate.
[oota-llvm.git] / test / Assembler / 2002-01-24-ValueRefineAbsType.ll
index 1124254720bca3348f27ffe4d3670e4990bc9e98..ed12c096f7feaf56f11fbbab545827819f753ca7 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s -o /dev/null -f
+; RUN: llvm-upgrade < %s | llvm-as -o /dev/null -f
 
 ; This testcase used to fail due to a lack of this diff in Value.cpp:
 ; diff -r1.16 Value.cpp
@@ -13,8 +13,8 @@
 ; >   if (OldTy == NewTy && !OldTy->isAbstract())
 ; >     Ty.removeUserFromConcrete();
 ;
-; This was causing an assertion failure, due to the "foo" Method object never releasing
-; it's reference to the opaque %bb value.
+; This was causing an assertion failure, due to the "foo" Method object never 
+; releasing it's reference to the opaque %bb value.
 ;
 declare void "foo"(%bb)