diff options
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 2c0ac2fc..3d8e577c 100644 --- a/src/comp/lib/llvm.rs +++ b/src/comp/lib/llvm.rs @@ -803,14 +803,14 @@ native mod llvm = llvm_lib { fn LLVMAddBasicAliasAnalysisPass(PassManagerRef PM); // FIXME: Native stubs don't allow this many arguments yet. - /*fn LLVMAddStandardModulePasses(PassManagerRef PM, + fn LLVMAddStandardModulePasses(PassManagerRef PM, uint OptimizationLevel, Bool OptimizeSize, Bool UnitAtATime, Bool UnrollLoops, Bool SimplifyLibCalls, Bool HaveExceptions, - uint InliningThreshold);*/ + uint InliningThreshold); /** Destroys a memory buffer. */ fn LLVMDisposeMemoryBuffer(MemoryBufferRef MemBuf); |