Skip to content

Commit d5f50ab

Browse files
committed
Remove blank lines
1 parent 99191a9 commit d5f50ab

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

llvm/utils/TableGen/Basic/RuntimeLibcallsEmitter.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -335,9 +335,7 @@ void RuntimeLibcallEmitter::emitSystemRuntimeLibrarySetCalls(
335335
const RuntimeLibcallImpl *LibCallImpl = getRuntimeLibcallImpl(Elt);
336336
if (!LibCallImpl) {
337337
PrintError(R, "entry for SystemLibrary is not a RuntimeLibcallImpl");
338-
339338
PrintNote(Elt->getLoc(), "invalid entry `" + Elt->getName() + "`");
340-
341339
continue;
342340
}
343341

0 commit comments

Comments
 (0)