Changes in directory llvm/include/llvm/CodeGen:

LiveIntervalAnalysis.h updated: 1.59 -> 1.60
---
Log message:

Fix a typo pointed out by Gabor


---
Diffs of the changes:  (+1 -1)

 LiveIntervalAnalysis.h |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/include/llvm/CodeGen/LiveIntervalAnalysis.h
diff -u llvm/include/llvm/CodeGen/LiveIntervalAnalysis.h:1.59 
llvm/include/llvm/CodeGen/LiveIntervalAnalysis.h:1.60
--- llvm/include/llvm/CodeGen/LiveIntervalAnalysis.h:1.59       Sat Sep  2 
00:32:53 2006
+++ llvm/include/llvm/CodeGen/LiveIntervalAnalysis.h    Sat Sep  2 17:27:29 2006
@@ -180,7 +180,7 @@
     /// 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



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to