diff options
author | Tom Stellard <thomas.stellard@amd.com> | 2017-01-30 17:42:41 +0000 |
---|---|---|
committer | Tom Stellard <thomas.stellard@amd.com> | 2017-01-30 17:42:41 +0000 |
commit | 7a19d56f732b5aa50026e149511adb9a66b50701 (patch) | |
tree | cd61fcdcf01dabad79912c50781097a576effbba /llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp | |
parent | 062c14af5c49f7f55de1d671c106a7cd8598704c (diff) | |
download | bcm5719-llvm-7a19d56f732b5aa50026e149511adb9a66b50701.tar.gz bcm5719-llvm-7a19d56f732b5aa50026e149511adb9a66b50701.zip |
Revert "AMDGPU/GlobalISel: Add support for simple shaders"
This reverts commit r293503.
Revert while I investigate some of the buildbot failures.
llvm-svn: 293509
Diffstat (limited to 'llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp')
-rw-r--r-- | llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp b/llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp index 70ed40ec3b0..e84ed9bb5ef 100644 --- a/llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp +++ b/llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp @@ -10,10 +10,10 @@ #include "AMDGPU.h" #include "SIDefines.h" #include "llvm/CodeGen/MachineMemOperand.h" +#include "llvm/IR/LLVMContext.h" #include "llvm/IR/Constants.h" #include "llvm/IR/Function.h" #include "llvm/IR/GlobalValue.h" -#include "llvm/IR/LLVMContext.h" #include "llvm/MC/MCContext.h" #include "llvm/MC/MCInstrInfo.h" #include "llvm/MC/MCRegisterInfo.h" |