File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: d39ca857fc7d51df6a00db701739966c3af9cb59
2
+ refs/heads/master: c624ed72b12bd17a14328c9cbf319c85f2caa384
Original file line number Diff line number Diff line change @@ -803,14 +803,14 @@ native mod llvm = llvm_lib {
803
803
fn LLVMAddBasicAliasAnalysisPass ( PassManagerRef PM ) ;
804
804
805
805
// FIXME: Native stubs don't allow this many arguments yet.
806
- /* fn LLVMAddStandardModulePasses(PassManagerRef PM,
806
+ fn LLVMAddStandardModulePasses ( PassManagerRef PM ,
807
807
uint OptimizationLevel ,
808
808
Bool OptimizeSize ,
809
809
Bool UnitAtATime ,
810
810
Bool UnrollLoops ,
811
811
Bool SimplifyLibCalls ,
812
812
Bool HaveExceptions ,
813
- uint InliningThreshold);*/
813
+ uint InliningThreshold ) ;
814
814
815
815
/** Destroys a memory buffer. */
816
816
fn LLVMDisposeMemoryBuffer ( MemoryBufferRef MemBuf ) ;
You can’t perform that action at this time.
0 commit comments