1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00

Another typo.

llvm-svn: 48713
This commit is contained in:
Gordon Henriksen 2008-03-23 22:52:51 +00:00
parent b62aec2b95
commit 8a5623e18b

View File

@ -72,7 +72,7 @@ static value alloc_variant(int tag, void *Value) {
cty Next = LLVMGetNext##cname(Kid); \
if (Next) \
return alloc_variant(1, Next); \
return alloc_variant(0, pfun(Kid)) ; \
return alloc_variant(0, pfun(Kid)); \
} \
\
/* llmodule -> ('a, 'b) llrev_pos */ \