1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

AllocationOrder.h - split MCRegisterInfo.h include. NFC.

We only require to include MCRegister.h and SmallVector.h.
This commit is contained in:
Simon Pilgrim 2020-04-24 18:16:53 +01:00
parent ad0dc9a99a
commit 53c31b4bce

View File

@ -17,8 +17,9 @@
#define LLVM_LIB_CODEGEN_ALLOCATIONORDER_H
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/MC/MCRegisterInfo.h"
#include "llvm/MC/MCRegister.h"
namespace llvm {