diff options
author | Bill Wendling <isanbard@gmail.com> | 2010-07-15 06:05:18 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2010-07-15 06:05:18 +0000 |
commit | 75a5b712086802daacf8bb646ffe9f8f72602670 (patch) | |
tree | 2926018638cff19772a75d2fd6e0db7e307835db | |
parent | e010409cab2ccb7c812edaf072da2c1169ddb0da (diff) | |
download | external_llvm-75a5b712086802daacf8bb646ffe9f8f72602670.zip external_llvm-75a5b712086802daacf8bb646ffe9f8f72602670.tar.gz external_llvm-75a5b712086802daacf8bb646ffe9f8f72602670.tar.bz2 |
Fix headers.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108413 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/CodeGen/AggressiveAntiDepBreaker.cpp | 1 | ||||
-rw-r--r-- | lib/CodeGen/AggressiveAntiDepBreaker.h | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/AggressiveAntiDepBreaker.cpp b/lib/CodeGen/AggressiveAntiDepBreaker.cpp index 874f018..78b600e 100644 --- a/lib/CodeGen/AggressiveAntiDepBreaker.cpp +++ b/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/lib/CodeGen/AggressiveAntiDepBreaker.h b/lib/CodeGen/AggressiveAntiDepBreaker.h index f49ffcb..d9365a5 100644 --- a/lib/CodeGen/AggressiveAntiDepBreaker.h +++ b/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 { |