[llvm-commits] [llvm] r75804 - /llvm/trunk/include/llvm/Analysis/LoopInfo.h

Dan Gohman gohman at apple.com
Wed Jul 15 10:38:23 PDT 2009


Author: djg
Date: Wed Jul 15 12:38:23 2009
New Revision: 75804

URL: http://llvm.org/viewvc/llvm-project?rev=75804&view=rev
Log:
Fix a typo in a comment that Duncan noticed.

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

Modified: llvm/trunk/include/llvm/Analysis/LoopInfo.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Analysis/LoopInfo.h?rev=75804&r1=75803&r2=75804&view=diff

==============================================================================
--- llvm/trunk/include/llvm/Analysis/LoopInfo.h (original)
+++ llvm/trunk/include/llvm/Analysis/LoopInfo.h Wed Jul 15 12:38:23 2009
@@ -481,7 +481,7 @@
   ///
   bool isLoopInvariant(Instruction *I) const;
 
-  /// makeLoopInvariant - If the given value is an instruciton inside of the
+  /// makeLoopInvariant - If the given value is an instruction inside of the
   /// loop and it can be hoisted, do so to make it trivially loop-invariant.
   /// Return true if the value after any hoisting is loop invariant. This
   /// function can be used as a slightly more aggressive replacement for





More information about the llvm-commits mailing list