[llvm-commits] CVS: llvm/include/llvm/CodeGen/LiveIntervalAnalysis.h

Chris Lattner lattner at cs.uiuc.edu
Sat Sep 2 15:27:43 PDT 2006



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






More information about the llvm-commits mailing list