projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c9cf19
)
Update a partially obsolete comment.
author
Dan Gohman
<gohman@apple.com>
Tue, 12 Jan 2010 04:32:35 +0000
(
04:32
+0000)
committer
Dan Gohman
<gohman@apple.com>
Tue, 12 Jan 2010 04:32:35 +0000
(
04:32
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93228
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
b/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
index e3c3862a4d155efaff623615e9f90bcfbbf36ac9..0a93dbbaa25f3ffa3eb50ecee1dbc49a23de5f4d 100644
(file)
--- a/
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
+++ b/
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
@@
-865,7
+865,7
@@
void SelectionDAGISel::SelectAllBasicBlocks(Function &Fn,
SetDebugLoc(MDDbgKind, BI, SDB, FastIS, &MF);
- //
First try normal tablegen-generated "fast" selection
.
+ //
Try to select the instruction with FastISel
.
if (FastIS->SelectInstruction(BI)) {
ResetDebugLoc(SDB, FastIS);
continue;