Skip to content

Commit 6537834

Browse files
committed
Remove left-over popSection()
1 parent 7fa4651 commit 6537834

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Target/SystemZ/SystemZAsmPrinter.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1126,7 +1126,6 @@ void SystemZAsmPrinter::emitEndOfAsmFile(Module &M) {
11261126
}
11271127
}
11281128
getTargetStreamer()->emitExterns();
1129-
OutStreamer->popSection();
11301129
}
11311130
emitAttributes(M);
11321131
// Emit the END instruction in case of HLASM output. This must be the last

0 commit comments

Comments
 (0)