Skip to content

Commit f6f03fc

Browse files
jayfoadyuxuanchen1997
authored andcommitted
[AMDGPU] Sort #includes. NFC.
Summary: Test Plan: Reviewers: Subscribers: Tasks: Tags: Differential Revision: https://phabricator.intern.facebook.com/D60251656
1 parent 53a0ef5 commit f6f03fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

llvm/lib/Target/AMDGPU/MCA/AMDGPUCustomBehaviour.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313

1414
#include "AMDGPUCustomBehaviour.h"
1515
#include "MCTargetDesc/AMDGPUMCTargetDesc.h"
16-
#include "Utils/AMDGPUBaseInfo.h"
1716
#include "TargetInfo/AMDGPUTargetInfo.h"
17+
#include "Utils/AMDGPUBaseInfo.h"
1818
#include "llvm/MC/TargetRegistry.h"
1919
#include "llvm/Support/WithColor.h"
2020

llvm/lib/Target/AMDGPU/SIMachineScheduler.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
//===----------------------------------------------------------------------===//
1313

1414
#include "SIMachineScheduler.h"
15-
#include "SIInstrInfo.h"
1615
#include "MCTargetDesc/AMDGPUMCTargetDesc.h"
16+
#include "SIInstrInfo.h"
1717
#include "llvm/CodeGen/LiveIntervals.h"
1818
#include "llvm/CodeGen/MachineRegisterInfo.h"
1919

0 commit comments

Comments
 (0)