Skip to content

Commit cd06416

Browse files
committed
---
yaml --- r: 3553 b: refs/heads/master c: f0fad0d h: refs/heads/master i: 3551: 539e528 v: v3
1 parent 3ac8b76 commit cd06416

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 434b199362b8763c7d5e0548e86aeb8dae91a540
2+
refs/heads/master: f0fad0dca5ad89ff03ba3eaab7b477bb64be6e8d

trunk/src/comp/lib/llvm.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1405,6 +1405,10 @@ obj builder(BuilderRef B, @mutable bool terminated) {
14051405
str::buf(""));
14061406
}
14071407

1408+
fn is_terminated() -> bool {
1409+
ret *terminated;
1410+
}
1411+
14081412
drop {
14091413
llvm::LLVMDisposeBuilder(B);
14101414
}

0 commit comments

Comments
 (0)