Redo and generalize previously removed opt for pinsrw: (vextract (v4i32 bc (v4f32...
[oota-llvm.git] / test / Assembler / 2002-03-08-NameCollision2.ll
index c25d6ff5f05b59be7796253a12c9ec755953dc60..cd81c03ea19ccf46bee268116a51ea44b1badc0f 100644 (file)
@@ -1,3 +1,5 @@
+; RUN: llvm-upgrade < %s | llvm-as -o /dev/null -f
+
 ; Another name collision problem.  Here the problem was that if a forward 
 ; declaration for a method was found, that this would cause spurious conflicts
 ; to be detected between locals and globals.