forked from OSchip/llvm-project
[NVPTX] Remove unused forward declarations. NFC.
This commit is contained in:
parent
33f52ee1d7
commit
155190567c
|
@ -16,7 +16,6 @@
|
|||
#include "llvm/MC/MCAsmInfo.h"
|
||||
|
||||
namespace llvm {
|
||||
class Target;
|
||||
class Triple;
|
||||
|
||||
class NVPTXMCAsmInfo : public MCAsmInfo {
|
||||
|
|
|
@ -15,11 +15,6 @@
|
|||
|
||||
#include <stdint.h>
|
||||
|
||||
namespace llvm {
|
||||
class Target;
|
||||
|
||||
} // End llvm namespace
|
||||
|
||||
// Defines symbolic names for PTX registers.
|
||||
#define GET_REGINFO_ENUM
|
||||
#include "NVPTXGenRegisterInfo.inc"
|
||||
|
|
|
@ -21,7 +21,6 @@ namespace llvm {
|
|||
class NVPTXTargetMachine;
|
||||
class FunctionPass;
|
||||
class MachineFunctionPass;
|
||||
class formatted_raw_ostream;
|
||||
|
||||
namespace NVPTXCC {
|
||||
enum CondCodes {
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
#include "llvm/CodeGen/TargetFrameLowering.h"
|
||||
|
||||
namespace llvm {
|
||||
class NVPTXSubtarget;
|
||||
|
||||
class NVPTXFrameLowering : public TargetFrameLowering {
|
||||
public:
|
||||
explicit NVPTXFrameLowering();
|
||||
|
|
Loading…
Reference in New Issue