summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-11-18 18:48:28 +0000
committerDan Gohman <gohman@apple.com>2010-11-18 18:48:28 +0000
commite4f7ec17f87d4eaed40a63496f73a1acd2454e2f (patch)
treef42cb4280a606cf2d06bcfc8e3d1a38ab746f602 /llvm
parentc2b786163cd0fc8facd6346d5b328ab374dd9731 (diff)
downloadbcm5719-llvm-e4f7ec17f87d4eaed40a63496f73a1acd2454e2f.tar.gz
bcm5719-llvm-e4f7ec17f87d4eaed40a63496f73a1acd2454e2f.zip
Oops, missed this file when remaing ExpandPseudos to ExpandISelPseudos.
llvm-svn: 119717
Diffstat (limited to 'llvm')
-rw-r--r--llvm/lib/CodeGen/LLVMTargetMachine.cpp4
1 files changed, 2 insertions, 2 deletions
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.
OpenPOWER on IntegriCloud