mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-13 06:38:44 +00:00
Fix a typo pointed out by Gabor
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30058 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b833e5ac3f
commit
0f592b388f
@ -180,7 +180,7 @@ namespace llvm {
|
|||||||
/// below to update aliases.
|
/// below to update aliases.
|
||||||
bool JoinIntervals(LiveInterval &LHS, LiveInterval &RHS);
|
bool JoinIntervals(LiveInterval &LHS, LiveInterval &RHS);
|
||||||
|
|
||||||
/// SimpleJoin - Attempt to joint the specified interval into this one. The
|
/// SimpleJoin - Attempt to join the specified interval into this one. The
|
||||||
/// caller of this method must guarantee that the RHS only contains a single
|
/// caller of this method must guarantee that the RHS only contains a single
|
||||||
/// value number and that the RHS is not defined by a copy from this
|
/// value number and that the RHS is not defined by a copy from this
|
||||||
/// interval. This returns false if the intervals are not joinable, or it
|
/// interval. This returns false if the intervals are not joinable, or it
|
||||||
|
Loading…
Reference in New Issue
Block a user