From ad72e241c020db486e4f8f4a41310d403d535ecc Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 24 Mar 2006 18:51:56 +0000 Subject: [PATCH] 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 --- include/llvm/Intrinsics.td | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/llvm/Intrinsics.td b/include/llvm/Intrinsics.td index cceabf70b49..2c195be347a 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. //===----------------------------------------------------------------------===// -- 2.34.1