Unit tests for IntegerDivision. Currently, just a basic sanity check to ensure that...
[oota-llvm.git] / unittests / Transforms / Utils / CMakeLists.txt
index 365bfbb0bf0393eee493e5e1f6e788e768d876ba..730d83b838fb6cb4128a6db5b5a06edf08ad3759 100644 (file)
@@ -4,5 +4,6 @@ set(LLVM_LINK_COMPONENTS
 
 add_llvm_unittest(UtilsTests
   Cloning.cpp
+  IntegerDivision.cpp
   Local.cpp
   )