mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-20 21:14:28 +00:00
Another typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48713 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
224fceb41f
commit
f440691a20
@ -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 */ \
|
||||
|
Loading…
x
Reference in New Issue
Block a user