Skip to content

Commit d307c2a

Browse files
committed
misc fixes
1 parent 3df0814 commit d307c2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2305,7 +2305,7 @@ bool AsmPrinter::doFinalization(Module &M) {
23052305
}
23062306
}
23072307

2308-
OutStreamer->Finish();
2308+
OutStreamer->finish();
23092309

23102310
// Allow the target to emit any magic that it wants at the end of the file,
23112311
// after everything else has gone out.

0 commit comments

Comments
 (0)