forked from OSchip/llvm-project
Fix unused type alias warning. NFC.
The "using InsertPointTy" line is an unnecessary copy + paste from other builder tests.
This commit is contained in:
parent
dab859d1bf
commit
b392fb3376
|
@ -780,7 +780,6 @@ TEST_F(OpenMPIRBuilderTest, CriticalDirective) {
|
|||
}
|
||||
|
||||
TEST_F(OpenMPIRBuilderTest, CopyinBlocks) {
|
||||
using InsertPointTy = OpenMPIRBuilder::InsertPointTy;
|
||||
OpenMPIRBuilder OMPBuilder(*M);
|
||||
OMPBuilder.initialize();
|
||||
F->setName("func");
|
||||
|
|
Loading…
Reference in New Issue