diff options
| author | Tom Stellard <tstellar@redhat.com> | 2018-05-25 04:57:02 +0000 |
|---|---|---|
| committer | Tom Stellard <tstellar@redhat.com> | 2018-05-25 04:57:02 +0000 |
| commit | 79fffe351561eaa837a81abe5a55284ae9b4472f (patch) | |
| tree | 661e86d3e31b803a1a53e041064bb497083c0212 /llvm/lib/Target/AMDGPU/SIShrinkInstructions.cpp | |
| parent | 8174281b939481f0d734b9a4614243dc93fd5f6b (diff) | |
| download | bcm5719-llvm-79fffe351561eaa837a81abe5a55284ae9b4472f.tar.gz bcm5719-llvm-79fffe351561eaa837a81abe5a55284ae9b4472f.zip | |
AMDGPU: Remove AMDGPUMCInstLower.h
Summary:
The AMDGPUMCInstLower class is not used outside AMDGPUMCInstLower.cpp,
so we don't need a header file.
Reviewers: arsenm, nhaehnle
Reviewed By: arsenm
Subscribers: kzhuravl, wdng, yaxunl, dstuttard, tpr, t-tye, llvm-commits
Differential Revision: https://reviews.llvm.org/D47264
llvm-svn: 333254
Diffstat (limited to 'llvm/lib/Target/AMDGPU/SIShrinkInstructions.cpp')
| -rw-r--r-- | llvm/lib/Target/AMDGPU/SIShrinkInstructions.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/AMDGPU/SIShrinkInstructions.cpp b/llvm/lib/Target/AMDGPU/SIShrinkInstructions.cpp index acd1f9fbec2..b78bcc05d78 100644 --- a/llvm/lib/Target/AMDGPU/SIShrinkInstructions.cpp +++ b/llvm/lib/Target/AMDGPU/SIShrinkInstructions.cpp @@ -10,7 +10,6 @@ // #include "AMDGPU.h" -#include "AMDGPUMCInstLower.h" #include "AMDGPUSubtarget.h" #include "SIInstrInfo.h" #include "MCTargetDesc/AMDGPUMCTargetDesc.h" |

