From 563489e5c922481a9a506fc5405a3dacacd6082e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Fonseca?= Date: Tue, 15 May 2012 05:10:26 -0700 Subject: gallivm: Add MCRegisterInfo.h to silence benign warnings about missing implementation. Trivial. --- src/gallium/auxiliary/gallivm/lp_bld_debug.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/gallium/auxiliary/gallivm/lp_bld_debug.cpp') diff --git a/src/gallium/auxiliary/gallivm/lp_bld_debug.cpp b/src/gallium/auxiliary/gallivm/lp_bld_debug.cpp index 9cf2094..444b70a 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" -- cgit v1.1