Skip to content

Commit e1df96e

Browse files
committed
[PPC][BOLT] Fix deprecated include
1 parent 252544d commit e1df96e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bolt/lib/Target/PowerPC/PPCMCPlusBuilder.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
#include "bolt/Core/MCPlusBuilder.h"
1414
#include "llvm/MC/MCInst.h"
15-
#include "llvm/MC/MCPhysReg.h"
15+
#include "llvm/MC/MCRegisterInfo.h"
1616
#include "llvm/Target/PowerPC/PPCInstrInfo.h"
1717
#include "llvm/Target/PowerPC/PPCRegisterInfo.h"
1818

0 commit comments

Comments
 (0)