Commit 660b3a0
committed
flang2: fix the expected number of parameters for __pd_asin_1
This bug was hidden unnoticed for years, until the most recent
changes in LLVM (LLVM-18 candidate) have introduced additional
assertions in the loop vectorizer, and one of them is failing
on wrongly declared functions like this one.
Signed-off-by: Paul Osmialowski <[email protected]>1 parent 7f17301 commit 660b3a0
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6134 | 6134 | | |
6135 | 6135 | | |
6136 | 6136 | | |
6137 | | - | |
6138 | | - | |
| 6137 | + | |
6139 | 6138 | | |
6140 | 6139 | | |
6141 | 6140 | | |
| |||
0 commit comments