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:
parent
2224e8e16a
commit
9a193635a4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user