1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00

Fix a typo pointed out by Gabor

llvm-svn: 30058
This commit is contained in:
Chris Lattner 2006-09-02 22:27:29 +00:00
parent 0ea394ab0a
commit 518f055373

View File

@ -180,7 +180,7 @@ namespace llvm {
/// below to update aliases.
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
/// 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