[opaque pointer type] Add textual IR support for explicit type parameter to the call...
[oota-llvm.git] / test / CodeGen / SPARC / 2008-10-10-InlineAsmRegOperand.ll
index c12e9c13409bad98261bbb96d3eba0ba35d709f9..7975ee468232d2f3c500355e164edddf5547bc42 100644 (file)
@@ -7,7 +7,7 @@ module asm "\09.section\09\22.dtors\22,#alloc,#write"
 
 define void @frame_dummy() nounwind {
 entry:
-       %asmtmp = tail call void (i8*)* (void (i8*)*)* asm "", "=r,0"(void (i8*)* @_Jv_RegisterClasses) nounwind                ; <void (i8*)*> [#uses=0]
+       %asmtmp = tail call void (i8*)* (void (i8*)*) asm "", "=r,0"(void (i8*)* @_Jv_RegisterClasses) nounwind         ; <void (i8*)*> [#uses=0]
        unreachable
 }