1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00

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 2224e8e16a
commit 9a193635a4

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