Mesa (master): gallivm: comment out LLVMUnionTypeKind case

Brian Paul brianp at kemper.freedesktop.org
Wed May 12 16:54:50 UTC 2010


Module: Mesa
Branch: master
Commit: fcf532ce6f4812d3cc0d3a0697c965fa354dd697
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=fcf532ce6f4812d3cc0d3a0697c965fa354dd697

Author: Brian Paul <brianp at vmware.com>
Date:   Wed May 12 10:54:45 2010 -0600

gallivm: comment out LLVMUnionTypeKind case

---

 src/gallium/auxiliary/gallivm/lp_bld_type.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/gallium/auxiliary/gallivm/lp_bld_type.c b/src/gallium/auxiliary/gallivm/lp_bld_type.c
index a86ef03..9028963 100644
--- a/src/gallium/auxiliary/gallivm/lp_bld_type.c
+++ b/src/gallium/auxiliary/gallivm/lp_bld_type.c
@@ -275,8 +275,10 @@ lp_typekind_name(LLVMTypeKind t)
       return "LLVMVectorTypeKind";
    case LLVMMetadataTypeKind:
       return "LLVMMetadataTypeKind";
+   /* Only in LLVM 2.7 and later???
    case LLVMUnionTypeKind:
       return "LLVMUnionTypeKind";
+   */
    default:
       return "unknown LLVMTypeKind";
    }




More information about the mesa-commit mailing list