mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
what's an & between friends?
llvm-svn: 36234
This commit is contained in:
parent
eecfac47a8
commit
2411bc5af8
@ -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
Block a user