[UnitTests] Move MergeFunction test from Utils to IPO

So we depend on the correct library.
This commit is contained in:
Nikita Popov
2024-11-28 16:25:05 +01:00
parent 2a6e5896a5
commit b96e7570c9
3 changed files with 1 additions and 1 deletions

View File

@@ -14,4 +14,5 @@ add_llvm_unittest(IPOTests
AttributorTest.cpp
FunctionSpecializationTest.cpp
ImportIDTableTests.cpp
MergeFunctionsTest.cpp
)

View File

@@ -26,7 +26,6 @@ add_llvm_unittest(UtilsTests
LoopUtilsTest.cpp
MemTransferLowering.cpp
ModuleUtilsTest.cpp
MergeFunctionsTest.cpp
ScalarEvolutionExpanderTest.cpp
SizeOptsTest.cpp
SSAUpdaterBulkTest.cpp