diff options
author | Nico Weber <nicolasweber@gmx.de> | 2018-09-03 12:43:26 +0000 |
---|---|---|
committer | Nico Weber <nicolasweber@gmx.de> | 2018-09-03 12:43:26 +0000 |
commit | 8267b333ee9aaa7cedc6d8aab6ddf15629d9e255 (patch) | |
tree | 1e1efbcc60829d02625e8e6d5c4b149626be0eaf /llvm/unittests/Transforms | |
parent | d8e7ed6457b1ecad3ec2dc41151092e5a637540c (diff) | |
download | bcm5719-llvm-8267b333ee9aaa7cedc6d8aab6ddf15629d9e255.tar.gz bcm5719-llvm-8267b333ee9aaa7cedc6d8aab6ddf15629d9e255.zip |
Rename a few unittests/.../Foo.cpp files to FooTest.cpp
The convention for unit test sources is that they're called FooTest.cpp.
No behavior change.
https://reviews.llvm.org/D51579
llvm-svn: 341313
Diffstat (limited to 'llvm/unittests/Transforms')
-rw-r--r-- | llvm/unittests/Transforms/Utils/BasicBlockUtilsTest.cpp (renamed from llvm/unittests/Transforms/Utils/BasicBlockUtils.cpp) | 0 | ||||
-rw-r--r-- | llvm/unittests/Transforms/Utils/CMakeLists.txt | 14 | ||||
-rw-r--r-- | llvm/unittests/Transforms/Utils/CloningTest.cpp (renamed from llvm/unittests/Transforms/Utils/Cloning.cpp) | 0 | ||||
-rw-r--r-- | llvm/unittests/Transforms/Utils/CodeExtractorTest.cpp (renamed from llvm/unittests/Transforms/Utils/CodeExtractor.cpp) | 0 | ||||
-rw-r--r-- | llvm/unittests/Transforms/Utils/FunctionComparatorTest.cpp (renamed from llvm/unittests/Transforms/Utils/FunctionComparator.cpp) | 0 | ||||
-rw-r--r-- | llvm/unittests/Transforms/Utils/IntegerDivisionTest.cpp (renamed from llvm/unittests/Transforms/Utils/IntegerDivision.cpp) | 0 | ||||
-rw-r--r-- | llvm/unittests/Transforms/Utils/LocalTest.cpp (renamed from llvm/unittests/Transforms/Utils/Local.cpp) | 0 | ||||
-rw-r--r-- | llvm/unittests/Transforms/Utils/SSAUpdaterBulkTest.cpp (renamed from llvm/unittests/Transforms/Utils/SSAUpdaterBulk.cpp) | 0 |
8 files changed, 7 insertions, 7 deletions
diff --git a/llvm/unittests/Transforms/Utils/BasicBlockUtils.cpp b/llvm/unittests/Transforms/Utils/BasicBlockUtilsTest.cpp index 2d0a9302011..2d0a9302011 100644 --- a/llvm/unittests/Transforms/Utils/BasicBlockUtils.cpp +++ b/llvm/unittests/Transforms/Utils/BasicBlockUtilsTest.cpp diff --git a/llvm/unittests/Transforms/Utils/CMakeLists.txt b/llvm/unittests/Transforms/Utils/CMakeLists.txt index 7b36521f774..13c321b38a1 100644 --- a/llvm/unittests/Transforms/Utils/CMakeLists.txt +++ b/llvm/unittests/Transforms/Utils/CMakeLists.txt @@ -8,12 +8,12 @@ set(LLVM_LINK_COMPONENTS add_llvm_unittest(UtilsTests ASanStackFrameLayoutTest.cpp - BasicBlockUtils.cpp - Cloning.cpp - CodeExtractor.cpp - FunctionComparator.cpp - IntegerDivision.cpp - Local.cpp - SSAUpdaterBulk.cpp + BasicBlockUtilsTest.cpp + CloningTest.cpp + CodeExtractorTest.cpp + FunctionComparatorTest.cpp + IntegerDivisionTest.cpp + LocalTest.cpp + SSAUpdaterBulkTest.cpp ValueMapperTest.cpp ) diff --git a/llvm/unittests/Transforms/Utils/Cloning.cpp b/llvm/unittests/Transforms/Utils/CloningTest.cpp index 9a1ad19ebaa..9a1ad19ebaa 100644 --- a/llvm/unittests/Transforms/Utils/Cloning.cpp +++ b/llvm/unittests/Transforms/Utils/CloningTest.cpp diff --git a/llvm/unittests/Transforms/Utils/CodeExtractor.cpp b/llvm/unittests/Transforms/Utils/CodeExtractorTest.cpp index c229be6d695..c229be6d695 100644 --- a/llvm/unittests/Transforms/Utils/CodeExtractor.cpp +++ b/llvm/unittests/Transforms/Utils/CodeExtractorTest.cpp diff --git a/llvm/unittests/Transforms/Utils/FunctionComparator.cpp b/llvm/unittests/Transforms/Utils/FunctionComparatorTest.cpp index 26e20cd9112..26e20cd9112 100644 --- a/llvm/unittests/Transforms/Utils/FunctionComparator.cpp +++ b/llvm/unittests/Transforms/Utils/FunctionComparatorTest.cpp diff --git a/llvm/unittests/Transforms/Utils/IntegerDivision.cpp b/llvm/unittests/Transforms/Utils/IntegerDivisionTest.cpp index e337b9f547a..e337b9f547a 100644 --- a/llvm/unittests/Transforms/Utils/IntegerDivision.cpp +++ b/llvm/unittests/Transforms/Utils/IntegerDivisionTest.cpp diff --git a/llvm/unittests/Transforms/Utils/Local.cpp b/llvm/unittests/Transforms/Utils/LocalTest.cpp index 9dc920d0938..9dc920d0938 100644 --- a/llvm/unittests/Transforms/Utils/Local.cpp +++ b/llvm/unittests/Transforms/Utils/LocalTest.cpp diff --git a/llvm/unittests/Transforms/Utils/SSAUpdaterBulk.cpp b/llvm/unittests/Transforms/Utils/SSAUpdaterBulkTest.cpp index 61cbcb7b1a7..61cbcb7b1a7 100644 --- a/llvm/unittests/Transforms/Utils/SSAUpdaterBulk.cpp +++ b/llvm/unittests/Transforms/Utils/SSAUpdaterBulkTest.cpp |