mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
Fix headers.
llvm-svn: 108413
This commit is contained in:
parent
491e6e24f7
commit
5a80e10d56
@ -22,6 +22,7 @@
|
|||||||
#include "llvm/Target/TargetInstrInfo.h"
|
#include "llvm/Target/TargetInstrInfo.h"
|
||||||
#include "llvm/Target/TargetMachine.h"
|
#include "llvm/Target/TargetMachine.h"
|
||||||
#include "llvm/Target/TargetInstrInfo.h"
|
#include "llvm/Target/TargetInstrInfo.h"
|
||||||
|
#include "llvm/Target/TargetRegisterInfo.h"
|
||||||
#include "llvm/Support/CommandLine.h"
|
#include "llvm/Support/CommandLine.h"
|
||||||
#include "llvm/Support/Debug.h"
|
#include "llvm/Support/Debug.h"
|
||||||
#include "llvm/Support/ErrorHandling.h"
|
#include "llvm/Support/ErrorHandling.h"
|
||||||
|
@ -31,7 +31,6 @@
|
|||||||
|
|
||||||
namespace llvm {
|
namespace llvm {
|
||||||
class TargetRegisterInfo;
|
class TargetRegisterInfo;
|
||||||
|
|
||||||
/// Class AggressiveAntiDepState
|
/// Class AggressiveAntiDepState
|
||||||
/// Contains all the state necessary for anti-dep breaking.
|
/// Contains all the state necessary for anti-dep breaking.
|
||||||
class AggressiveAntiDepState {
|
class AggressiveAntiDepState {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user