From: José Fonseca Date: Tue, 15 May 2012 12:10:26 +0000 (-0700) Subject: gallivm: Add MCRegisterInfo.h to silence benign warnings about missing implementation. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=563489e5c922481a9a506fc5405a3dacacd6082e;p=mesa.git gallivm: Add MCRegisterInfo.h to silence benign warnings about missing implementation. Trivial. --- diff --git a/src/gallium/auxiliary/gallivm/lp_bld_debug.cpp b/src/gallium/auxiliary/gallivm/lp_bld_debug.cpp index 9cf20943339..444b70a678c 100644 --- a/src/gallium/auxiliary/gallivm/lp_bld_debug.cpp +++ b/src/gallium/auxiliary/gallivm/lp_bld_debug.cpp @@ -53,6 +53,9 @@ #include #include #endif /* HAVE_LLVM >= 0x0207 */ +#if HAVE_LLVM >= 0x0301 +#include +#endif /* HAVE_LLVM >= 0x0301 */ #include "util/u_math.h" #include "util/u_debug.h"