Skip to content

Commit 091bb5e

Browse files
committed
---
yaml --- r: 6335 b: refs/heads/master c: c22ad07 h: refs/heads/master i: 6333: e55bbfb 6331: 6f65d61 6327: 2d9ba5d 6319: 60e714d 6303: 496304c 6271: ea279e1 v: v3
1 parent 71b3d2c commit 091bb5e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

[refs]

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 2b8cf89ba24f2a151b27ebf8341de74308350771
2+
refs/heads/master: c22ad0752f9bbe5dc8c9deae99a10b3fc5c8e1e3

trunk/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)