Shuffle some includes around
authorChris Lattner <sabre@nondot.org>
Fri, 24 Mar 2006 18:52:35 +0000 (18:52 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 24 Mar 2006 18:52:35 +0000 (18:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27073 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/Target.td
lib/Target/TargetSelectionDAG.td

index a82cb6c4e42e2ed8711ba56ba86485c61735d9cb..3fef70785c3028b927346f865903e6d1397215ba 100644 (file)
@@ -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
index 9c2e2c1a01b7b089f92885c5c741d8000e5d3d51..94efe42e41243ee5a266a87fd9613b3f0afbdce3 100644 (file)
@@ -12,9 +12,6 @@
 //
 //===----------------------------------------------------------------------===//
 
-// Include all information about LLVM intrinsics.
-include "llvm/Intrinsics.td"
-
 //===----------------------------------------------------------------------===//
 // Selection DAG Type Constraint definitions.
 //