diff options
| author | Niko Matsakis <niko@alum.mit.edu> | 2011-11-16 14:28:15 -0800 |
|---|---|---|
| committer | Niko Matsakis <niko@alum.mit.edu> | 2011-11-16 15:27:49 -0800 |
| commit | c22ad0752f9bbe5dc8c9deae99a10b3fc5c8e1e3 (patch) | |
| tree | b74b2d5e9aefa4de673dfdf036151437fe4570bd /src/comp/lib | |
| parent | 2b8cf89ba24f2a151b27ebf8341de74308350771 (diff) | |
| download | rust-c22ad0752f9bbe5dc8c9deae99a10b3fc5c8e1e3.tar.gz rust-c22ad0752f9bbe5dc8c9deae99a10b3fc5c8e1e3.zip | |
wrap long line
Diffstat (limited to 'src/comp/lib')
| -rw-r--r-- | src/comp/lib/llvm.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/comp/lib/llvm.rs b/src/comp/lib/llvm.rs index 7010bc82f01..c9da469bc50 100644 --- a/src/comp/lib/llvm.rs +++ b/src/comp/lib/llvm.rs @@ -865,8 +865,8 @@ native mod llvm { fn LLVMRustParseBitcode(MemBuf: MemoryBufferRef) -> ModuleRef; /** FiXME: Hacky adaptor for lack of ULongLong in FFI: */ - fn LLVMRustConstInt(IntTy: TypeRef, N_hi: uint, N_lo: uint, SignExtend: Bool) -> - ValueRef; + fn LLVMRustConstInt(IntTy: TypeRef, N_hi: uint, N_lo: uint, + SignExtend: Bool) -> ValueRef; fn LLVMRustAddPrintModulePass(PM: PassManagerRef, M: ModuleRef, Output: sbuf); |
