summaryrefslogtreecommitdiff
path: root/include/llvm/Argument.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-12-29 07:12:03 +0000
committerChris Lattner <sabre@nondot.org>2009-12-29 07:12:03 +0000
commit5a96f93573439be771ce9609fa2a5754c94485b6 (patch)
tree3b65a041478a5ebda6f1ffacdf9f3c7693dffbcb /include/llvm/Argument.h
parent223497e1ef756176152ece14c3cac6213714425e (diff)
downloadllvm-5a96f93573439be771ce9609fa2a5754c94485b6.tar.gz
llvm-5a96f93573439be771ce9609fa2a5754c94485b6.tar.bz2
llvm-5a96f93573439be771ce9609fa2a5754c94485b6.tar.xz
sink twine.h down out of Value.h. It is annoying that you need
to #include Twine.h just to give a twine a default value. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92247 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Argument.h')
-rw-r--r--include/llvm/Argument.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/Argument.h b/include/llvm/Argument.h
index ca54f48c36..71c001fbe1 100644
--- a/include/llvm/Argument.h
+++ b/include/llvm/Argument.h
@@ -17,6 +17,7 @@
#include "llvm/Value.h"
#include "llvm/Attributes.h"
#include "llvm/ADT/ilist_node.h"
+#include "llvm/ADT/Twine.h"
namespace llvm {