mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-10 02:36:06 +00:00
Remove redundant SetInsertPoint call.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166138 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4031e9018b
commit
c2358eb361
@ -398,7 +398,6 @@ void SingleBlockLoopVectorizer::copyEmptyLoop() {
|
||||
// Use this IR builder to create the loop instructions (Phi, Br, Cmp)
|
||||
// inside the loop.
|
||||
Builder = new IRBuilder<>(BB);
|
||||
Builder->SetInsertPoint(BB);
|
||||
|
||||
// Generate the induction variable.
|
||||
PHINode *Phi = Builder->CreatePHI(IdxTy, 2, "index");
|
||||
|
Loading…
x
Reference in New Issue
Block a user