summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2010-07-15 06:05:18 +0000
committerBill Wendling <isanbard@gmail.com>2010-07-15 06:05:18 +0000
commit1f7071a3e49041251670ae6b0945134b451e72d4 (patch)
tree756c0c0c429155c9b27e1de4dbff61336b29f72c /llvm
parente7e6ca5c57ce09fe87c6fd99bcf3ecf2a2ce38bd (diff)
downloadbcm5719-llvm-1f7071a3e49041251670ae6b0945134b451e72d4.tar.gz
bcm5719-llvm-1f7071a3e49041251670ae6b0945134b451e72d4.zip
Fix headers.
llvm-svn: 108413
Diffstat (limited to 'llvm')
-rw-r--r--llvm/lib/CodeGen/AggressiveAntiDepBreaker.cpp1
-rw-r--r--llvm/lib/CodeGen/AggressiveAntiDepBreaker.h1
2 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/AggressiveAntiDepBreaker.cpp b/llvm/lib/CodeGen/AggressiveAntiDepBreaker.cpp
index 874f018db9f..78b600e1b74 100644
--- a/llvm/lib/CodeGen/AggressiveAntiDepBreaker.cpp
+++ b/llvm/lib/CodeGen/AggressiveAntiDepBreaker.cpp
@@ -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"
diff --git a/llvm/lib/CodeGen/AggressiveAntiDepBreaker.h b/llvm/lib/CodeGen/AggressiveAntiDepBreaker.h
index f49ffcb0abb..d9365a5120b 100644
--- a/llvm/lib/CodeGen/AggressiveAntiDepBreaker.h
+++ b/llvm/lib/CodeGen/AggressiveAntiDepBreaker.h
@@ -31,7 +31,6 @@
namespace llvm {
class TargetRegisterInfo;
-
/// Class AggressiveAntiDepState
/// Contains all the state necessary for anti-dep breaking.
class AggressiveAntiDepState {
OpenPOWER on IntegriCloud