From e4f7ec17f87d4eaed40a63496f73a1acd2454e2f Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Thu, 18 Nov 2010 18:48:28 +0000 Subject: Oops, missed this file when remaing ExpandPseudos to ExpandISelPseudos. llvm-svn: 119717 --- llvm/lib/CodeGen/LLVMTargetMachine.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'llvm/lib/CodeGen/LLVMTargetMachine.cpp') diff --git a/llvm/lib/CodeGen/LLVMTargetMachine.cpp b/llvm/lib/CodeGen/LLVMTargetMachine.cpp index e6e912199ff..0abbe72e9b3 100644 --- a/llvm/lib/CodeGen/LLVMTargetMachine.cpp +++ b/llvm/lib/CodeGen/LLVMTargetMachine.cpp @@ -345,8 +345,8 @@ bool LLVMTargetMachine::addCommonCodeGenPasses(PassManagerBase &PM, // Print the instruction selected machine code... printAndVerify(PM, "After Instruction Selection"); - // Expand pseudo-instructions emitted by isel. - PM.add(createExpandPseudosPass()); + // Expand pseudo-instructions emitted by ISel. + PM.add(createExpandISelPseudosPass()); // Optimize PHIs before DCE: removing dead PHI cycles may make more // instructions dead. -- cgit v1.2.3