These transitional scripts are no longer necessary, no one should have `as' or
[oota-llvm.git] / test / Feature / testvarargs.ll
index 79c9000265578e16130db027893d71aa7b9f7944..ef6e48f88439f4bc67e32ea2bdbc7964b0afa369 100644 (file)
@@ -4,8 +4,7 @@ declare int "printf"(sbyte*, ...)   ;; Prototype for: int __builtin_printf(const
 
 int "testvarar"()
 begin
-       cast int 0 to sbyte*
-       call int(sbyte*, ...) %printf(sbyte * %0, int 12, sbyte 42);
+       call int(sbyte*, ...) *%printf(sbyte * null, int 12, sbyte 42);
        ret int %0
 end