| author | |
| committer | |
| log | 9f8e4ddf25feba313f7a9982796c4caf54fca6f9 |
| tree | 0fbc6f201f2585d7228a4f6b638c47aa57216427 |
| parent | 30ef0ed054a42b0c426d821a4fd9ac57e434d224 |
1 files changed, 1 insertions(+), 1 deletions(-)
src/codegen/llvm/Builder.zig+1-1| ... | ... | @@ -9380,7 +9380,7 @@ pub fn printUnbuffered( |
| 9380 | 9380 | \\ |
| 9381 | 9381 | , .{function_attributes.fmt(self)}); |
| 9382 | 9382 | try writer.print( |
| 9383 | \\{s}{}{}{}{}{}{"} {} {}( | |
| 9383 | \\{s}{}{}{}{}{}{"} {%} {}( | |
| 9384 | 9384 | , .{ |
| 9385 | 9385 | if (function.instructions.len > 0) "define" else "declare", |
| 9386 | 9386 | global.linkage, |