Pārlūkot izejas kodu

gallivm: Remove LLVMOpaqueKindType case with llvm-3.0.

llvm-3.0svn r134829 removed LLVMOpaqueKindType from enum LLVMTypeKind in
include/llvm-c/Core.h.
tags/mesa-8.0-rc1
Vinson Lee pirms 14 gadiem
vecāks
revīzija
e4189f2e2e
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  1. 2
    0
      src/gallium/auxiliary/gallivm/lp_bld_type.c

+ 2
- 0
src/gallium/auxiliary/gallivm/lp_bld_type.c Parādīt failu

@@ -325,8 +325,10 @@ lp_typekind_name(LLVMTypeKind t)
return "LLVMArrayTypeKind";
case LLVMPointerTypeKind:
return "LLVMPointerTypeKind";
#if HAVE_LLVM < 0x0300
case LLVMOpaqueTypeKind:
return "LLVMOpaqueTypeKind";
#endif
case LLVMVectorTypeKind:
return "LLVMVectorTypeKind";
case LLVMMetadataTypeKind:

Notiek ielāde…
Atcelt
Saglabāt