[llvm-commits] [llvm] r164222 - /llvm/trunk/include/llvm/Analysis/IntervalPartition.h
Will Dietz
wdietz2 at illinois.edu
Wed Sep 19 06:45:43 PDT 2012
Author: wdietz2
Date: Wed Sep 19 08:45:43 2012
New Revision: 164222
URL: http://llvm.org/viewvc/llvm-project?rev=164222&view=rev
Log:
Fix minor typo in IntervalPartition.h
Modified:
llvm/trunk/include/llvm/Analysis/IntervalPartition.h
Modified: llvm/trunk/include/llvm/Analysis/IntervalPartition.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Analysis/IntervalPartition.h?rev=164222&r1=164221&r2=164222&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Analysis/IntervalPartition.h (original)
+++ llvm/trunk/include/llvm/Analysis/IntervalPartition.h Wed Sep 19 08:45:43 2012
@@ -33,8 +33,8 @@
//
// IntervalPartition - This class builds and holds an "interval partition" for
// a function. This partition divides the control flow graph into a set of
-// maximal intervals, as defined with the properties above. Intuitively, a
-// BasicBlock is a (possibly nonexistent) loop with a "tail" of non looping
+// maximal intervals, as defined with the properties above. Intuitively, an
+// interval is a (possibly nonexistent) loop with a "tail" of non looping
// nodes following it.
//
class IntervalPartition : public FunctionPass {
More information about the llvm-commits
mailing list