Fix a typo in a comment that Duncan noticed.

llvm-svn: 75804
This commit is contained in:
Dan Gohman 2009-07-15 17:38:23 +00:00
parent 46f574ac97
commit 4833feb399
1 changed files with 1 additions and 1 deletions

View File

@ -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