mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-05 13:26:55 +00:00
Fix a typo (the the => the)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160621 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -37,7 +37,7 @@ Value *SCEVExpander::ReuseOrCreateCast(Value *V, Type *Ty,
|
||||
// We use this precondition to produce a cast that will dominate all its
|
||||
// uses. In particular, this is crucial for the case where the builder's
|
||||
// insertion point *is* the point where we were asked to put the cast.
|
||||
// Since we don't know the the builder's insertion point is actually
|
||||
// Since we don't know the builder's insertion point is actually
|
||||
// where the uses will be added (only that it dominates it), we are
|
||||
// not allowed to move it.
|
||||
BasicBlock::iterator BIP = Builder.GetInsertPoint();
|
||||
|
Reference in New Issue
Block a user