summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2008-07-28 18:42:57 +0000
committerDan Gohman <gohman@apple.com>2008-07-28 18:42:57 +0000
commit42912d1a1e3b366d817d67a44a7c4122494ff67c (patch)
treee88e4a67be2a10b858f4c0b20f33f182adc06352 /llvm
parentc9fe8b64ed0db2506e4741eb973b0f9c83f69641 (diff)
downloadbcm5719-llvm-42912d1a1e3b366d817d67a44a7c4122494ff67c.tar.gz
bcm5719-llvm-42912d1a1e3b366d817d67a44a7c4122494ff67c.zip
Reword a comment to be less ambiguous.
llvm-svn: 54135
Diffstat (limited to 'llvm')
-rw-r--r--llvm/include/llvm/CodeGen/LiveIntervalAnalysis.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/CodeGen/LiveIntervalAnalysis.h b/llvm/include/llvm/CodeGen/LiveIntervalAnalysis.h
index c88c1ec6965..488b0748a4c 100644
--- a/llvm/include/llvm/CodeGen/LiveIntervalAnalysis.h
+++ b/llvm/include/llvm/CodeGen/LiveIntervalAnalysis.h
@@ -227,7 +227,7 @@ namespace llvm {
/// findLiveInMBBs - Given a live range, if the value of the range
/// is live in any MBB returns true as well as the list of basic blocks
- /// where the value is live in.
+ /// in which the value is live.
bool findLiveInMBBs(const LiveRange &LR,
SmallVectorImpl<MachineBasicBlock*> &MBBs) const;
OpenPOWER on IntegriCloud