Method: LLVM::PassManager#const_merge!

Defined in:
lib/llvm/transforms/ipo.rb

#const_merge!Object

/** See llvm::createConstantMergePass function. */ void LLVMAddConstantMergePass(LLVMPassManagerRef PM);

Raises:



17
18
19
# File 'lib/llvm/transforms/ipo.rb', line 17

def const_merge!
  raise DeprecationError
end