PR4340: Run SimplifyDemandedVectorElts on insertelement instructions;
[oota-llvm.git] / test / Assembler / 2002-01-24-ValueRefineAbsType.ll
index 1124254720bca3348f27ffe4d3670e4990bc9e98..fb7c4fbf587f1408ebb9267b1ef9124d6c352d4d 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as %s -o /dev/null -f
+; RUN: llvm-as %s -o /dev/null -f
 
 ; This testcase used to fail due to a lack of this diff in Value.cpp:
 ; diff -r1.16 Value.cpp
 ; >   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)
-
-%exception_descriptor = type opaque  
-
-%bb = type int
-
-%exception_descriptor = type int
-
-implementation
+       
+%bb = type i32
+%exception_descriptor = type i32
 
+declare void @foo(i32)