From: Dan Gohman Date: Wed, 15 Jul 2009 17:38:23 +0000 (+0000) Subject: Fix a typo in a comment that Duncan noticed. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=206613b289f60b71a76e9190d36b9ea9e47a701e;p=oota-llvm.git Fix a typo in a comment that Duncan noticed. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75804 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Analysis/LoopInfo.h b/include/llvm/Analysis/LoopInfo.h index de9a30d281a..60c9564222a 100644 --- a/include/llvm/Analysis/LoopInfo.h +++ b/include/llvm/Analysis/LoopInfo.h @@ -481,7 +481,7 @@ public: /// 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