Fix headers.
authorBill Wendling <isanbard@gmail.com>
Thu, 15 Jul 2010 06:05:18 +0000 (06:05 +0000)
committerBill Wendling <isanbard@gmail.com>
Thu, 15 Jul 2010 06:05:18 +0000 (06:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108413 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/AggressiveAntiDepBreaker.cpp
lib/CodeGen/AggressiveAntiDepBreaker.h

index 874f018db9f92e1a206b41172851df5743cfb7db..78b600e1b7416154442f6930e09d81267f61d106 100644 (file)
@@ -22,6 +22,7 @@
 #include "llvm/Target/TargetInstrInfo.h"
 #include "llvm/Target/TargetMachine.h"
 #include "llvm/Target/TargetInstrInfo.h"
+#include "llvm/Target/TargetRegisterInfo.h"
 #include "llvm/Support/CommandLine.h"
 #include "llvm/Support/Debug.h"
 #include "llvm/Support/ErrorHandling.h"
index f49ffcb0abb70360a131abb73e6e34b4029bc708..d9365a5120b0701aaf49b6c6c44b889c30e16e51 100644 (file)
@@ -31,7 +31,6 @@
 
 namespace llvm {
   class TargetRegisterInfo;
-
   /// Class AggressiveAntiDepState
   /// Contains all the state necessary for anti-dep breaking.
   class AggressiveAntiDepState {