forked from OSchip/llvm-project
[AMDGPU] [NFC] Fix missing include.
This commit is contained in:
parent
011c64191e
commit
e725e2afe0
|
@ -11,6 +11,7 @@
|
|||
#include "MCTargetDesc/AMDGPUMCTargetDesc.h"
|
||||
#include "llvm/CodeGen/MachineFunctionPass.h"
|
||||
#include "llvm/InitializePasses.h"
|
||||
#include "llvm/CodeGen/LivePhysRegs.h"
|
||||
|
||||
using namespace llvm;
|
||||
|
||||
|
|
Loading…
Reference in New Issue