Move the IRBuilder unittest from Support to VMCore. This got missed in
authorChandler Carruth <chandlerc@gmail.com>
Mon, 16 Jul 2012 07:44:45 +0000 (07:44 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Mon, 16 Jul 2012 07:44:45 +0000 (07:44 +0000)
commit411afbe321a7a3705a390d405e9e71ab21f71657
tree2e3a061f987a39150c96f266996ef97baf921a64
parent99a92f269d4ea6f13a9858bb883e13382d021120
Move the IRBuilder unittest from Support to VMCore. This got missed in
the original move of IRBuilder.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160249 91177308-0d34-0410-b5e6-96231b3b80d8
unittests/Support/CMakeLists.txt
unittests/Support/IRBuilderTest.cpp [deleted file]
unittests/VMCore/CMakeLists.txt
unittests/VMCore/IRBuilderTest.cpp [new file with mode: 0644]