summaryrefslogtreecommitdiff
path: root/unittests
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2014-04-12 14:26:59 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2014-04-12 14:26:59 +0000
commit479151ab7f8a833569701cbd883a4465eeaad33a (patch)
treed1083dd4213c6e1771d51ce8099479cd99d84220 /unittests
parent937c689cdcfa75960b294352e960250cb781fb04 (diff)
downloadllvm-479151ab7f8a833569701cbd883a4465eeaad33a.tar.gz
llvm-479151ab7f8a833569701cbd883a4465eeaad33a.tar.bz2
llvm-479151ab7f8a833569701cbd883a4465eeaad33a.tar.xz
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
Diffstat (limited to 'unittests')
-rw-r--r--unittests/IR/MDBuilderTest.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/unittests/IR/MDBuilderTest.cpp b/unittests/IR/MDBuilderTest.cpp
index 665d559bf0..c8b5a09e49 100644
--- a/unittests/IR/MDBuilderTest.cpp
+++ b/unittests/IR/MDBuilderTest.cpp
@@ -9,6 +9,7 @@
#include "llvm/IR/MDBuilder.h"
#include "llvm/IR/IRBuilder.h"
+#include "llvm/IR/Metadata.h"
#include "llvm/IR/Operator.h"
#include "gtest/gtest.h"