mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-02 08:26:29 +00:00
Use null keyword instead of kludge
llvm-svn: 778
This commit is contained in:
parent
bcd3ec56b0
commit
d4651b7cbf
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user