[llvm] 07a569a - [amdgpu] Remove unused header. NFC.
Michael Liao via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 8 08:33:02 PST 2020
Author: Michael Liao
Date: 2020-01-08T11:32:09-05:00
New Revision: 07a569a0539a12700401b8f4221af0a58f28a654
URL: https://github.com/llvm/llvm-project/commit/07a569a0539a12700401b8f4221af0a58f28a654
DIFF: https://github.com/llvm/llvm-project/commit/07a569a0539a12700401b8f4221af0a58f28a654.diff
LOG: [amdgpu] Remove unused header. NFC.
Added:
Modified:
llvm/lib/Target/AMDGPU/SIFoldOperands.cpp
Removed:
################################################################################
diff --git a/llvm/lib/Target/AMDGPU/SIFoldOperands.cpp b/llvm/lib/Target/AMDGPU/SIFoldOperands.cpp
index f2c00ddce94c..2ff8baf29394 100644
--- a/llvm/lib/Target/AMDGPU/SIFoldOperands.cpp
+++ b/llvm/lib/Target/AMDGPU/SIFoldOperands.cpp
@@ -15,7 +15,6 @@
#include "MCTargetDesc/AMDGPUMCTargetDesc.h"
#include "llvm/ADT/DepthFirstIterator.h"
#include "llvm/ADT/SetVector.h"
-#include "llvm/CodeGen/LiveIntervals.h"
#include "llvm/CodeGen/MachineFunctionPass.h"
#include "llvm/CodeGen/MachineInstrBuilder.h"
#include "llvm/CodeGen/MachineRegisterInfo.h"
More information about the llvm-commits
mailing list