aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/Target/Target.td3
-rw-r--r--lib/Target/TargetSelectionDAG.td3
2 files changed, 2 insertions, 4 deletions
diff --git a/lib/Target/Target.td b/lib/Target/Target.td
index a82cb6c4e4..3fef70785c 100644
--- a/lib/Target/Target.td
+++ b/lib/Target/Target.td
@@ -12,7 +12,8 @@
//
//===----------------------------------------------------------------------===//
-include "llvm/CodeGen/ValueTypes.td"
+// Include all information about LLVM intrinsics.
+include "llvm/Intrinsics.td"
//===----------------------------------------------------------------------===//
// Register file description - These classes are used to fill in the target
diff --git a/lib/Target/TargetSelectionDAG.td b/lib/Target/TargetSelectionDAG.td
index 9c2e2c1a01..94efe42e41 100644
--- a/lib/Target/TargetSelectionDAG.td
+++ b/lib/Target/TargetSelectionDAG.td
@@ -12,9 +12,6 @@
//
//===----------------------------------------------------------------------===//
-// Include all information about LLVM intrinsics.
-include "llvm/Intrinsics.td"
-
//===----------------------------------------------------------------------===//
// Selection DAG Type Constraint definitions.
//