Update a partially obsolete comment.

llvm-svn: 93228
This commit is contained in:
Dan Gohman 2010-01-12 04:32:35 +00:00
parent f9d6d53823
commit d49763d200
1 changed files with 1 additions and 1 deletions

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;