diff options
| author | Andrew Kelley <superjoe30@gmail.com> | 2018-02-28 04:01:22 -0500 |
|---|---|---|
| committer | Andrew Kelley <superjoe30@gmail.com> | 2018-02-28 04:01:22 -0500 |
| commit | 026aebf2ea567c15eebf9ddb9180f7d0e2ec7a9d (patch) | |
| tree | e01512d7d9883706d207fd701c0b89165f431880 /src/analyze.hpp | |
| parent | d24345386274e3abcbcc676fe65bda127c06ce8e (diff) | |
| download | zig-026aebf2ea567c15eebf9ddb9180f7d0e2ec7a9d.tar.gz zig-026aebf2ea567c15eebf9ddb9180f7d0e2ec7a9d.zip | |
another workaround for llvm coroutines
this one doesn't work either
Diffstat (limited to 'src/analyze.hpp')
| -rw-r--r-- | src/analyze.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/analyze.hpp b/src/analyze.hpp index 926793c58a..068f321bfb 100644 --- a/src/analyze.hpp +++ b/src/analyze.hpp @@ -192,5 +192,6 @@ void analyze_fn_body(CodeGen *g, FnTableEntry *fn_table_entry); TypeTableEntry *get_auto_err_set_type(CodeGen *g, FnTableEntry *fn_entry); uint32_t get_coro_frame_align_bytes(CodeGen *g); +bool fn_type_can_fail(FnTypeId *fn_type_id); #endif |
