forked from OSchip/llvm-project
parent
a5a0c7c909
commit
0d7265650d
|
@ -92,7 +92,7 @@ namespace llvm {
|
|||
/// InsertBinop - Insert the specified binary operator, doing a small amount
|
||||
/// of work to avoid inserting an obviously redundant operation.
|
||||
static Value *InsertBinop(Instruction::BinaryOps Opcode, Value *LHS,
|
||||
Value *RHS, Instruction *InsertPt);
|
||||
Value *RHS, Instruction *&InsertPt);
|
||||
protected:
|
||||
Value *expand(SCEV *S) {
|
||||
// Check to see if we already expanded this.
|
||||
|
|
Loading…
Reference in New Issue