Skip to content

Commit c22ad07

Browse files
committed
wrap long line
1 parent 2b8cf89 commit c22ad07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/comp/lib/llvm.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -865,8 +865,8 @@ native mod llvm {
865865
fn LLVMRustParseBitcode(MemBuf: MemoryBufferRef) -> ModuleRef;
866866

867867
/** FiXME: Hacky adaptor for lack of ULongLong in FFI: */
868-
fn LLVMRustConstInt(IntTy: TypeRef, N_hi: uint, N_lo: uint, SignExtend: Bool) ->
869-
ValueRef;
868+
fn LLVMRustConstInt(IntTy: TypeRef, N_hi: uint, N_lo: uint,
869+
SignExtend: Bool) -> ValueRef;
870870

871871
fn LLVMRustAddPrintModulePass(PM: PassManagerRef, M: ModuleRef,
872872
Output: sbuf);

0 commit comments

Comments
 (0)