Skip to content

Commit 971e556

Browse files
committed
Wrong place for std header
1 parent 303a401 commit 971e556

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

llvm/lib/Target/AMDGPU/AMDGPUOccupancyAndLatencyHelper.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020

2121
#include "llvm/CodeGen/MachineLoopInfo.h"
2222

23+
#include <cmath>
24+
2325
namespace llvm {
2426

2527
// Other info which can help compare schedule result.

llvm/lib/Target/AMDGPU/AMDGPUOccupancyAndLatencyHelper.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
#include "llvm/ADT/DenseMap.h"
1616
#include "llvm/MC/MCInstrItineraries.h"
1717

18-
#include <cmath>
19-
2018
namespace llvm {
2119

2220
class MachineFunction;

0 commit comments

Comments
 (0)