diff options
author | Dan Gohman <gohman@apple.com> | 2010-01-12 04:32:35 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2010-01-12 04:32:35 +0000 |
commit | 21c14e3649b3e2a70ac36ebb148f17648f10a2a9 (patch) | |
tree | d3351fff422f233a193f258ec1928fa680c9d03b /lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | |
parent | 5c9cf19d1e7d044e786f03331bc3f004966a69d2 (diff) |
Update a partially obsolete comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93228 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp')
-rw-r--r-- | lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp b/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp index e3c3862a4d..0a93dbbaa2 100644 --- 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; |