[SystemZ] Add test missing from r186148
[oota-llvm.git] / test / Assembler / 2009-02-28-CastOpc.ll
index ee98d41bdf99dd220bf1912ce589a195db6cf00f..60356439d5f8aee544ca15406a8bb3bb8aa547df 100644 (file)
@@ -1,8 +1,7 @@
 ; RUN: llvm-as < %s | llvm-dis
 
-type i32
 
 define void @foo() {
-  bitcast %0* null to i32*
+  bitcast i32* null to i32*
   ret void
 }