Merging r261039:
[oota-llvm.git] / test / CodeGen / X86 / byval6.ll
index 2d3990167f2ec60520db7b9562ed80000948c592..c3e7b7ef435a1f8d6ae4ecbebff88faee4383eca 100644 (file)
@@ -6,8 +6,8 @@
 
 define i32 @main() nounwind  {
 entry:
-       tail call void (i32, ...)* @bar( i32 3, %struct.W* byval  @.cpx ) nounwind 
-       tail call void (i32, ...)* @baz( i32 3, %struct.W* byval  @B ) nounwind 
+       tail call void (i32, ...) @bar( i32 3, %struct.W* byval  @.cpx ) nounwind 
+       tail call void (i32, ...) @baz( i32 3, %struct.W* byval  @B ) nounwind 
        ret i32 undef
 }