diff options
author | Chris Lattner <sabre@nondot.org> | 2006-03-24 18:51:56 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-03-24 18:51:56 +0000 |
commit | ad72e241c020db486e4f8f4a41310d403d535ecc (patch) | |
tree | 56b422a4b5836c6b29150a2016169b29bea0ebf4 | |
parent | 73d7b6029ac8b52a90f302d06831abcc04c77077 (diff) |
Pull in valuetypes.td here, we will use it shortly.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27072 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/llvm/Intrinsics.td | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/llvm/Intrinsics.td b/include/llvm/Intrinsics.td index cceabf70b4..2c195be347 100644 --- a/include/llvm/Intrinsics.td +++ b/include/llvm/Intrinsics.td @@ -11,6 +11,8 @@ // //===----------------------------------------------------------------------===// +include "llvm/CodeGen/ValueTypes.td" + //===----------------------------------------------------------------------===// // Properties we keep track of for intrinsics. //===----------------------------------------------------------------------===// |