aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.
//