Method: LLVM::PassManager#reassociate!
- Defined in:
- lib/llvm/transforms/scalar.rb
#reassociate! ⇒ Object
/** See llvm::createReassociatePass function. */ void LLVMAddReassociatePass(LLVMPassManagerRef PM);
184 185 186 |
# File 'lib/llvm/transforms/scalar.rb', line 184 def reassociate! raise DeprecationError end |