mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-05 02:16:46 +00:00
s/the the/the/
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151079 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a42d5c4252
commit
e16da6c020
@ -33,7 +33,7 @@ Value *SCEVExpander::ReuseOrCreateCast(Value *V, Type *Ty,
|
||||
BasicBlock::iterator IP) {
|
||||
// All new or reused instructions must strictly dominate their uses.
|
||||
// It would be nice to assert this here, but we don't always know where
|
||||
// the next instructions will be added as the the caller can move the
|
||||
// the next instructions will be added as the caller can move the
|
||||
// Builder's InsertPt before creating them and we might be called with
|
||||
// an invalid InsertPt.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user