[AMDGPU] [NFC] Fix missing include.

This commit is contained in:
Thomas Symalla 2022-03-21 09:37:22 +01:00 committed by GitHub
parent 011c64191e
commit e725e2afe0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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;