Move MDBuilder's methods out of line.
authorBenjamin Kramer <benny.kra@googlemail.com>
Sat, 12 Apr 2014 14:26:59 +0000 (14:26 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Sat, 12 Apr 2014 14:26:59 +0000 (14:26 +0000)
commit479151ab7f8a833569701cbd883a4465eeaad33a
treed1083dd4213c6e1771d51ce8099479cd99d84220
parent937c689cdcfa75960b294352e960250cb781fb04
Move MDBuilder's methods out of line.

Making them inline was a historical accident, they're neither hot nor
templated.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206109 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/IR/MDBuilder.h
lib/IR/CMakeLists.txt
lib/IR/MDBuilder.cpp [new file with mode: 0644]
unittests/IR/MDBuilderTest.cpp