Skip to content

Commit a22593e

Browse files
committed
---
yaml --- r: 6335 b: refs/heads/master c: c22ad07 h: refs/heads/master i: 6333: f6e4ffb 6331: a43ba78 6327: abb85ac 6319: b4f6940 6303: 0f8aae3 6271: 456add4 v: v3
1 parent d86893c commit a22593e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
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

Lines changed: 2 additions & 2 deletions
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)