Merge significant portions of the DomTree and PostDomTree implementations.
[oota-llvm.git] / lib / Analysis / ScalarEvolutionExpander.cpp
index e65dac71fcf9515741aca5f49e9dfa9e12eec678..fc52fb70ff7baa90e450ce1a555aea80c60c322b 100644 (file)
@@ -94,7 +94,7 @@ Value *SCEVExpander::InsertBinop(Instruction::BinaryOps Opcode, Value *LHS,
   }
 
   // If we don't have 
-  return BinaryOperator::create(Opcode, LHS, RHS, "tmp.", InsertPt);
+  return BinaryOperator::create(Opcode, LHS, RHS, "tmp", InsertPt);
 }
 
 Value *SCEVExpander::visitMulExpr(SCEVMulExpr *S) {