Skip to content

Commit 17bad5a

Browse files
committed
Fix newlines
1 parent 3896bb9 commit 17bad5a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mlir/test/Target/LLVMIR/Import/intrinsic-unregistered.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,4 @@ define void @lround_test(float %0, double %1) {
6565
; CHECK: llvm.intr.lround(%{{.*}}) : (f32) -> i32
6666
%3 = call i32 @llvm.lround.i32.f32(float %0)
6767
ret void
68-
}
68+
}

mlir/tools/mlir-tblgen/LLVMIRConversionGen.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -646,4 +646,4 @@ static mlir::GenRegistration genUnregisteredLLVMIRIntrinsics(
646646
[](const RecordKeeper &records, raw_ostream &os) {
647647
return emitUnregisteredIntrinsics(records, os,
648648
unregIntrinsicPrefix.getValue());
649-
});
649+
});

0 commit comments

Comments
 (0)