X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FInteger%2Ftestvarargs_bt.ll;h=3227d145392e2b4c6452e41b61fd301298652f57;hb=d5ce456161b81a50c2e0dcf948192c1a4e1c8d22;hp=d62e270dcafc251ec81b452a09f5d9b2fc6e70cd;hpb=e3ff5ada8a8f6cc166ecc45147da0d63c3683026;p=oota-llvm.git diff --git a/test/Integer/testvarargs_bt.ll b/test/Integer/testvarargs_bt.ll index d62e270dcaf..3227d145392 100644 --- a/test/Integer/testvarargs_bt.ll +++ b/test/Integer/testvarargs_bt.ll @@ -2,14 +2,13 @@ ; RUN: llvm-as %t1.ll -o - | llvm-dis > %t2.ll ; RUN: diff %t1.ll %t2.ll -implementation declare i31 @"printf"(i8*, ...) ;; Prototype for: i32 __builtin_printf(const char*, ...) define i31 @"testvarar"() begin - call i31(i8*, ...) *@printf(i8 * null, i31 12, i8 42); - ret i31 %0 + call i31(i8*, ...) *@printf(i8 * null, i31 12, i8 42) + ret i31 %1 end