Fix damage done by the pretty-printer
This commit is contained in:
parent
df7f21db09
commit
6e2a7bff7f
77 changed files with 678 additions and 413 deletions
|
@ -1395,11 +1395,10 @@ obj builder(B: BuilderRef, terminated: @mutable bool) {
|
|||
|
||||
fn is_terminated() -> bool {
|
||||
ret *terminated;
|
||||
}drop
|
||||
|
||||
{
|
||||
}
|
||||
drop {
|
||||
llvm::LLVMDisposeBuilder(B);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* Memory-managed object interface to type handles. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue