[llvm-commits] [llvm] r52391 - /llvm/trunk/include/llvm/Analysis/ValueTracking.h

Matthijs Kooijman matthijs at stdin.nl
Tue Jun 17 01:26:32 PDT 2008


Author: matthijs
Date: Tue Jun 17 03:26:32 2008
New Revision: 52391

URL: http://llvm.org/viewvc/llvm-project?rev=52391&view=rev
Log:
80 column fixes.

Modified:
    llvm/trunk/include/llvm/Analysis/ValueTracking.h

Modified: llvm/trunk/include/llvm/Analysis/ValueTracking.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Analysis/ValueTracking.h?rev=52391&r1=52390&r2=52391&view=diff

==============================================================================
--- llvm/trunk/include/llvm/Analysis/ValueTracking.h (original)
+++ llvm/trunk/include/llvm/Analysis/ValueTracking.h Tue Jun 17 03:26:32 2008
@@ -52,9 +52,9 @@
   ///
   bool CannotBeNegativeZero(const Value *V, unsigned Depth = 0);
 
-  /// FindScalarValue - Given an aggregrate and an sequence of indices, see if the
-  /// scalar value indexed is already around as a register, for example if it were
-  /// inserted directly into the aggregrate.
+  /// FindScalarValue - Given an aggregrate and an sequence of indices, see if
+  /// the scalar value indexed is already around as a register, for example if
+  /// it were inserted directly into the aggregrate.
   ///
   /// If InsertBefore is not null, this function will duplicate (modified)
   /// insertvalues when a part of a nested struct is extracted.





More information about the llvm-commits mailing list