Skip to content

Commit 89812ee

Browse files
Fady Ghanimfghanim
authored andcommitted
[OpenMP][OMPBuilder] Remove unused variable in Unittest
Relating to buildbot errors to commit 82b8236
1 parent eae84b4 commit 89812ee

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/unittests/Frontend/OpenMPIRBuilderTest.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -788,7 +788,6 @@ TEST_F(OpenMPIRBuilderTest, CopyinBlocks) {
788788

789789
OpenMPIRBuilder::LocationDescription Loc({Builder.saveIP(), DL});
790790

791-
AllocaInst *PrivAI = Builder.CreateAlloca(F->arg_begin()->getType());
792791
IntegerType* Int32 = Type::getInt32Ty(M->getContext());
793792
AllocaInst* MasterAddress = Builder.CreateAlloca(Int32->getPointerTo());
794793
AllocaInst* PrivAddress = Builder.CreateAlloca(Int32->getPointerTo());

0 commit comments

Comments
 (0)