aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-03-24 18:44:11 +0000
committerChris Lattner <sabre@nondot.org>2006-03-24 18:44:11 +0000
commitda91bdcfb01435d982e3270eb309480d91fbb9c9 (patch)
tree445c54264ede09eac106ad8f6333bfdff85929bc /lib
parent8edd11f33d1cadfddcd97a74ebdc8c7603266593 (diff)
expose intrinsic info to the targets.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27070 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/Target/TargetSelectionDAG.td3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Target/TargetSelectionDAG.td b/lib/Target/TargetSelectionDAG.td
index 94efe42e41..9c2e2c1a01 100644
--- a/lib/Target/TargetSelectionDAG.td
+++ b/lib/Target/TargetSelectionDAG.td
@@ -12,6 +12,9 @@
//
//===----------------------------------------------------------------------===//
+// Include all information about LLVM intrinsics.
+include "llvm/Intrinsics.td"
+
//===----------------------------------------------------------------------===//
// Selection DAG Type Constraint definitions.
//