We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18bf42a commit 60765e9Copy full SHA for 60765e9
llvm/lib/Target/X86/MCTargetDesc/X86MCTargetDesc.h
@@ -13,7 +13,6 @@
13
#ifndef LLVM_LIB_TARGET_X86_MCTARGETDESC_X86MCTARGETDESC_H
14
#define LLVM_LIB_TARGET_X86_MCTARGETDESC_X86MCTARGETDESC_H
15
16
-#include "llvm/MC/MCRegister.h"
17
#include "llvm/MC/MCStreamer.h"
18
#include "llvm/Support/DataTypes.h"
19
#include <string>
@@ -25,15 +24,13 @@ class MCContext;
25
24
class MCInstrInfo;
26
class MCObjectTargetWriter;
27
class MCObjectWriter;
+class MCRegister;
28
class MCRegisterInfo;
29
class MCSubtargetInfo;
30
-class MCRelocationInfo;
31
class MCTargetOptions;
32
class Target;
33
class Triple;
34
class StringRef;
35
-class raw_ostream;
36
-class raw_pwrite_stream;
37
38
/// Flavour of dwarf regnumbers
39
///
0 commit comments