Move llvm/Support/MDBuilder.h to llvm/MDBuilder.h, to live with
authorChandler Carruth <chandlerc@gmail.com>
Sun, 15 Jul 2012 23:26:50 +0000 (23:26 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Sun, 15 Jul 2012 23:26:50 +0000 (23:26 +0000)
commit0baa4809a8de135a6a7abe9cd78a86f208c99164
treeafe54b76eeaf7870127af77f5247b59ce6716d8d
parent46646572f76513e39bcdd0e06c66668ec1caf5bc
Move llvm/Support/MDBuilder.h to llvm/MDBuilder.h, to live with
IRBuilder, DIBuilder, etc.

This is the proper layering as MDBuilder can't be used (or implemented)
without the Core Metadata representation.

Patches to Clang and Dragonegg coming up.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160237 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MDBuilder.h [new file with mode: 0644]
include/llvm/Support/MDBuilder.h [deleted file]
lib/Transforms/Utils/LowerExpectIntrinsic.cpp
lib/Transforms/Utils/SimplifyCFG.cpp
unittests/Support/CMakeLists.txt
unittests/Support/MDBuilderTest.cpp [deleted file]
unittests/VMCore/CMakeLists.txt
unittests/VMCore/InstructionsTest.cpp
unittests/VMCore/MDBuilderTest.cpp [new file with mode: 0644]