summaryrefslogtreecommitdiffstats
path: root/src/amd/common/ac_nir_to_llvm.h
diff options
context:
space:
mode:
authorSamuel Pitoiset <[email protected]>2018-03-13 14:49:11 +0100
committerSamuel Pitoiset <[email protected]>2018-03-13 16:54:21 +0100
commit237229430f303dc2395a85bc811adc6e25cc39d7 (patch)
tree49084a8befd75d59f39ca58700bc2c14e20d6386 /src/amd/common/ac_nir_to_llvm.h
parent2cfba40eea4c3b5529ad14d4786c96013a416f30 (diff)
ac: move ac_shader_info to radv folder
This is RADV specific code. Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Bas Nieuwenhuizen <[email protected]>
Diffstat (limited to 'src/amd/common/ac_nir_to_llvm.h')
-rw-r--r--src/amd/common/ac_nir_to_llvm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/amd/common/ac_nir_to_llvm.h b/src/amd/common/ac_nir_to_llvm.h
index 0e4d0e302a8..1112369968b 100644
--- a/src/amd/common/ac_nir_to_llvm.h
+++ b/src/amd/common/ac_nir_to_llvm.h
@@ -29,7 +29,6 @@
#include "llvm-c/TargetMachine.h"
#include "amd_family.h"
#include "../vulkan/radv_descriptor_set.h"
-#include "ac_shader_info.h"
#include "compiler/shader_enums.h"
struct ac_shader_binary;
struct ac_shader_config;