summaryrefslogtreecommitdiffstats
path: root/src/amd
diff options
context:
space:
mode:
authorNicolai Hähnle <[email protected]>2017-05-19 17:43:51 +0200
committerNicolai Hähnle <[email protected]>2017-07-31 14:55:33 +0200
commit9df23db13d706a28190325b64e6c3f61eedc6206 (patch)
treeb971be901cc4e17b227ccbdbd27d4572f727bde5 /src/amd
parentd77526ee3094293b62d08f6c04f28801d7868354 (diff)
radeonsi: translate NIR to LLVM
Reviewed-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/amd')
-rw-r--r--src/amd/common/ac_nir_to_llvm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/amd/common/ac_nir_to_llvm.h b/src/amd/common/ac_nir_to_llvm.h
index 791c694c78a..0cb48a86469 100644
--- a/src/amd/common/ac_nir_to_llvm.h
+++ b/src/amd/common/ac_nir_to_llvm.h
@@ -30,7 +30,7 @@
#include "amd_family.h"
#include "../vulkan/radv_descriptor_set.h"
#include "ac_shader_info.h"
-#include "shader_enums.h"
+#include "compiler/shader_enums.h"
struct ac_shader_binary;
struct ac_shader_config;
struct nir_shader;