Skip to content

Commit 18c47ee

Browse files
committed
---
yaml --- r: 2411 b: refs/heads/master c: c624ed7 h: refs/heads/master i: 2409: 97f023a 2407: db8e61a v: v3
1 parent dfacf60 commit 18c47ee

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: d39ca857fc7d51df6a00db701739966c3af9cb59
2+
refs/heads/master: c624ed72b12bd17a14328c9cbf319c85f2caa384

trunk/src/comp/lib/llvm.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -803,14 +803,14 @@ native mod llvm = llvm_lib {
803803
fn LLVMAddBasicAliasAnalysisPass(PassManagerRef PM);
804804

805805
// FIXME: Native stubs don't allow this many arguments yet.
806-
/*fn LLVMAddStandardModulePasses(PassManagerRef PM,
806+
fn LLVMAddStandardModulePasses(PassManagerRef PM,
807807
uint OptimizationLevel,
808808
Bool OptimizeSize,
809809
Bool UnitAtATime,
810810
Bool UnrollLoops,
811811
Bool SimplifyLibCalls,
812812
Bool HaveExceptions,
813-
uint InliningThreshold);*/
813+
uint InliningThreshold);
814814

815815
/** Destroys a memory buffer. */
816816
fn LLVMDisposeMemoryBuffer(MemoryBufferRef MemBuf);

0 commit comments

Comments
 (0)