1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00

Fix unused type alias warning. NFC.

The "using InsertPointTy" line is an unnecessary copy + paste from other builder tests.
This commit is contained in:
Simon Pilgrim 2020-06-27 10:30:05 +01:00
parent 48aa39a9ee
commit 236b1ecd2b

View File

@ -780,7 +780,6 @@ TEST_F(OpenMPIRBuilderTest, CriticalDirective) {
}
TEST_F(OpenMPIRBuilderTest, CopyinBlocks) {
using InsertPointTy = OpenMPIRBuilder::InsertPointTy;
OpenMPIRBuilder OMPBuilder(*M);
OMPBuilder.initialize();
F->setName("func");