Skip to content

Commit ba8f45f

Browse files
committed
[OMPIRBuilder] Remove unused variable in test (NFC)
1 parent 3e7415a commit ba8f45f

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
@@ -2212,7 +2212,6 @@ TEST_F(OpenMPIRBuilderTest, DynamicWorkShareLoopOrdered) {
22122212

22132213
// Collect all the info from CLI, as it isn't usable after the call to
22142214
// createDynamicWorkshareLoop.
2215-
InsertPointTy AfterIP = CLI->getAfterIP();
22162215
BasicBlock *Preheader = CLI->getPreheader();
22172216
BasicBlock *ExitBlock = CLI->getExit();
22182217
BasicBlock *LatchBlock = CLI->getLatch();

0 commit comments

Comments
 (0)