mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
- Added path::home_directory, path::documents_directory, path::videos_directory, path::pictures_directory, path::desktop_directory, path::screenshots_directory,
`path::public_share_directory`, `path::templates_directory`, `path::saved_games_directory`, `path::music_directory`, `path::downloads_directory`. Fix codegen bug in expressions like `foo(x()) ?? io::EOF?` causing irregular crashes.
This commit is contained in:
committed by
Christoffer Lerno
parent
cbd415881b
commit
69b3263a00
@@ -28,9 +28,6 @@ opt_block_cleanup: ; preds = %entry
|
||||
br label %else_block
|
||||
|
||||
else_block: ; preds = %opt_block_cleanup
|
||||
br label %phi_block
|
||||
|
||||
phi_block: ; preds = %else_block
|
||||
%1 = call i32 (ptr, ...) @printf(ptr @.str, i32 2)
|
||||
%2 = call i32 (ptr, ...) @printf(ptr @.str.3)
|
||||
ret void
|
||||
|
||||
Reference in New Issue
Block a user