Shuffle some includes around

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27073 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2006-03-24 18:52:35 +00:00
parent ad72e241c0
commit da10f19d5c
2 changed files with 2 additions and 4 deletions

View 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

View File

@ -12,9 +12,6 @@
//
//===----------------------------------------------------------------------===//
// Include all information about LLVM intrinsics.
include "llvm/Intrinsics.td"
//===----------------------------------------------------------------------===//
// Selection DAG Type Constraint definitions.
//