Shuffle some includes around

llvm-svn: 27073
This commit is contained in:
Chris Lattner 2006-03-24 18:52:35 +00:00
parent 1607aa99e3
commit c6b13e21cc
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.
//