From 2413b160ecebcde87c4dbfc627f000d0b317d34a Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 4 Dec 2001 00:03:30 +0000 Subject: Renamed inst_const_iterator -> const_inst_iterator Renamed op_const_iterator -> const_op_iterator Renamed PointerType::getValueType() -> PointerType::getElementType() llvm-svn: 1408 --- llvm/lib/CodeGen/InstrSelection/InstrSelection.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'llvm/lib/CodeGen/InstrSelection') diff --git a/llvm/lib/CodeGen/InstrSelection/InstrSelection.cpp b/llvm/lib/CodeGen/InstrSelection/InstrSelection.cpp index d0a301ce5ee..b959c90ca30 100644 --- a/llvm/lib/CodeGen/InstrSelection/InstrSelection.cpp +++ b/llvm/lib/CodeGen/InstrSelection/InstrSelection.cpp @@ -250,8 +250,7 @@ void InsertCode4AllPhisInMeth(Method *method, TargetMachine &target) { PHINode *PN = (PHINode *) (*IIt); - Value *PhiCpRes = - new Value(PN->getType(), PN->getValueType() ); + Value *PhiCpRes = new Value(PN->getType(), PN->getValueType()); string *Name = new string("PhiCp:"); (*Name) += (int) PhiCpRes; -- cgit v1.2.3