commit | 62f23d34678c30606705a432f268fadf85aa162b | [log] [tgz] |
---|---|---|
author | Dan Gohman <gohman@apple.com> | Tue Jan 12 04:32:35 2010 +0000 |
committer | Dan Gohman <gohman@apple.com> | Tue Jan 12 04:32:35 2010 +0000 |
tree | d3351fff422f233a193f258ec1928fa680c9d03b | |
parent | c90588049c6c7577366bdc59364f89cc631a1e6d [diff] |
Update a partially obsolete comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93228 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp b/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp index e3c3862..0a93dbb 100644 --- a/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp +++ b/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
@@ -865,7 +865,7 @@ 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;