diff options
author | Dan Gohman <gohman@apple.com> | 2010-04-16 16:52:37 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2010-04-16 16:52:37 +0000 |
commit | 4572a9f479276571fdefabc995c466bfc46db1d8 (patch) | |
tree | 24bce5a7b995e9e2e62467a2181f49da374429a5 | |
parent | 6e8427e066088f091e7d0092f6bf732c89cf09eb (diff) | |
download | bcm5719-llvm-4572a9f479276571fdefabc995c466bfc46db1d8.tar.gz bcm5719-llvm-4572a9f479276571fdefabc995c466bfc46db1d8.zip |
Fix a comment.
llvm-svn: 101477
-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 c38c8e9cddb..7436bbea723 100644 --- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp +++ b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp @@ -237,7 +237,7 @@ static void SetDebugLoc(const Instruction *I, SelectionDAGBuilder *SDB, FastIS->setCurDebugLoc(DL); // If the function doesn't have a default debug location yet, set - // it. This is kind of a hack. + // it. This is a total hack. if (MF->getDefaultDebugLoc().isUnknown()) MF->setDefaultDebugLoc(DL); } |