Enable alias analysis and the function attributes pass.

The C API extension is already upstream, we can drop the local copy once
the bots are updated.
This commit is contained in:
Rafael Ávila de Espíndola 2011-04-13 13:53:19 -04:00
parent 6909e7ca78
commit e7b8db2e63
5 changed files with 28 additions and 4 deletions

View file

@ -775,6 +775,8 @@ native mod llvm = llvm_lib {
fn LLVMAddSimplifyLibCallsPass(PassManagerRef PM);
fn LLVMAddLoopIdiomPass(PassManagerRef PM);
fn LLVMAddEarlyCSEPass(PassManagerRef PM);
fn LLVMAddTypeBasedAliasAnalysisPass(PassManagerRef PM);
fn LLVMAddBasicAliasAnalysisPass(PassManagerRef PM);
/** Destroys a memory buffer. */
fn LLVMDisposeMemoryBuffer(MemoryBufferRef MemBuf);