summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-04-05 06:05:26 +0000
committerChris Lattner <sabre@nondot.org>2010-04-05 06:05:26 +0000
commit305f2efb63a129aab9013e7d4806c3975a1f1111 (patch)
treee91af31807b2e642948a0a381ec8a31a78847d4d /llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
parent82ff9af068a6a648fb51acf3e366922426146faf (diff)
downloadbcm5719-llvm-305f2efb63a129aab9013e7d4806c3975a1f1111.tar.gz
bcm5719-llvm-305f2efb63a129aab9013e7d4806c3975a1f1111.zip
unthread MMI from FastISel
llvm-svn: 100416
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
index a6de8e737ea..ff832aa86fc 100644
--- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
+++ b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
@@ -845,9 +845,7 @@ void SelectionDAGISel::SelectAllBasicBlocks(Function &Fn,
// Initialize the Fast-ISel state, if needed.
FastISel *FastIS = 0;
if (EnableFastISel)
- FastIS = TLI.createFastISel(MF, MMI,
- FuncInfo->ValueMap,
- FuncInfo->MBBMap,
+ FastIS = TLI.createFastISel(MF, FuncInfo->ValueMap, FuncInfo->MBBMap,
FuncInfo->StaticAllocaMap
#ifndef NDEBUG
, FuncInfo->CatchInfoLost
OpenPOWER on IntegriCloud