Regenerate.
[oota-llvm.git] / test / Assembler / 2002-01-24-ValueRefineAbsType.ll
index c833c001cb2b4a34890d60f98c980b5149d6c671..ed12c096f7feaf56f11fbbab545827819f753ca7 100644 (file)
@@ -1,3 +1,5 @@
+; 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
 ; 11c11
@@ -11,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)
 
@@ -20,5 +22,7 @@ declare void "foo"(%bb)
 
 %bb = type int
 
+%exception_descriptor = type int
+
 implementation