mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-25 12:50:00 +00:00
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
This commit is contained in:
parent
1f5c5b989c
commit
206613b289
@ -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