mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-21 21:41:43 +00:00
Fix a comment typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@90487 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9993b88f06
commit
4a8ee23a81
@ -563,7 +563,7 @@ static bool IsNonLocalValue(Value *V, BasicBlock *BB) {
|
||||
return false;
|
||||
}
|
||||
|
||||
/// OptimizeMemoryInst - Load and Store Instructions have often have
|
||||
/// OptimizeMemoryInst - Load and Store Instructions often have
|
||||
/// addressing modes that can do significant amounts of computation. As such,
|
||||
/// instruction selection will try to get the load or store to do as much
|
||||
/// computation as possible for the program. The problem is that isel can only
|
||||
|
Loading…
x
Reference in New Issue
Block a user