1
2
3
4
5
use super::super::prelude::*;

extern "C" {
    pub fn LLVMAddInstructionCombiningPass(PM: LLVMPassManagerRef);
}