diff options
author | Dan Gohman <gohman@apple.com> | 2008-07-28 18:42:57 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2008-07-28 18:42:57 +0000 |
commit | ca425a2a98d7d476ccbb585a7ec63ec452210001 (patch) | |
tree | 490a874b65ce0d594040ab0d6d45b68c1724b1d2 | |
parent | 171f3dcff17cc1127353a92268b72329c8094604 (diff) | |
download | external_llvm-ca425a2a98d7d476ccbb585a7ec63ec452210001.zip external_llvm-ca425a2a98d7d476ccbb585a7ec63ec452210001.tar.gz external_llvm-ca425a2a98d7d476ccbb585a7ec63ec452210001.tar.bz2 |
Reword a comment to be less ambiguous.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54135 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/llvm/CodeGen/LiveIntervalAnalysis.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/LiveIntervalAnalysis.h b/include/llvm/CodeGen/LiveIntervalAnalysis.h index c88c1ec..488b074 100644 --- a/include/llvm/CodeGen/LiveIntervalAnalysis.h +++ b/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; |