mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
Another typo.
llvm-svn: 48713
This commit is contained in:
parent
b62aec2b95
commit
8a5623e18b
@ -72,7 +72,7 @@ static value alloc_variant(int tag, void *Value) {
|
|||||||
cty Next = LLVMGetNext##cname(Kid); \
|
cty Next = LLVMGetNext##cname(Kid); \
|
||||||
if (Next) \
|
if (Next) \
|
||||||
return alloc_variant(1, Next); \
|
return alloc_variant(1, Next); \
|
||||||
return alloc_variant(0, pfun(Kid)) ; \
|
return alloc_variant(0, pfun(Kid)); \
|
||||||
} \
|
} \
|
||||||
\
|
\
|
||||||
/* llmodule -> ('a, 'b) llrev_pos */ \
|
/* llmodule -> ('a, 'b) llrev_pos */ \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user