1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00

X86TargetMachine.h - remove unnecessary X86Subtarget forward declaration. NFC.

We have to include X86Subtarget.h.
This commit is contained in:
Simon Pilgrim 2020-05-24 10:51:02 +01:00
parent 414197e88c
commit 9cd8806043

View File

@ -23,7 +23,6 @@
namespace llvm {
class StringRef;
class X86Subtarget;
class TargetTransformInfo;
class X86TargetMachine final : public LLVMTargetMachine {