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 | d49763d200c5f2c497f586c011839277e15bcdd2 (patch) | |
tree | bcde9c5c553b11fc33439e6822b092b8d896f8b1 /llvm/lib/CodeGen/SelectionDAG | |
parent | f9d6d53823e01f4ec8c753549720073b20a10956 (diff) | |
download | bcm5719-llvm-d49763d200c5f2c497f586c011839277e15bcdd2.tar.gz bcm5719-llvm-d49763d200c5f2c497f586c011839277e15bcdd2.zip |
Update a partially obsolete comment.
llvm-svn: 93228
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG')
-rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp index e3c3862a4d1..0a93dbbaa25 100644 --- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp +++ b/llvm/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; |