Update a partially obsolete comment.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93228 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Dan Gohman 2010-01-12 04:32:35 +00:00
parent 5c9cf19d1e
commit 21c14e3649

View File

@ -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;