Move llvm/Support/TypeBuilder.h -> llvm/TypeBuilder.h. This completes
authorChandler Carruth <chandlerc@gmail.com>
Sun, 15 Jul 2012 23:45:24 +0000 (23:45 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Sun, 15 Jul 2012 23:45:24 +0000 (23:45 +0000)
commit38f488e46292e38c776dd6ec3e3a0b8c57952fcb
treedd83e107fec81df980934614de2beddf8e7f933c
parente7cc0ac8860e366306859280c978a984612d805e
Move llvm/Support/TypeBuilder.h -> llvm/TypeBuilder.h. This completes
the move of *Builder classes into the Core library.

No uses of this builder in Clang or DragonEgg I could find.

If there is a desire to have an IR-building-support library that
contains all of these builders, that can be easily added, but currently
it seems likely that these add no real overhead to VMCore.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160243 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/TypeBuilder.h [deleted file]
include/llvm/TypeBuilder.h [new file with mode: 0644]
lib/Analysis/PathNumbering.cpp
lib/Transforms/Instrumentation/PathProfiling.cpp
unittests/ExecutionEngine/JIT/JITEventListenerTest.cpp
unittests/ExecutionEngine/JIT/JITEventListenerTestCommon.h
unittests/ExecutionEngine/JIT/JITTest.cpp
unittests/Support/CMakeLists.txt
unittests/Support/TypeBuilderTest.cpp [deleted file]
unittests/VMCore/CMakeLists.txt
unittests/VMCore/TypeBuilderTest.cpp [new file with mode: 0644]