From: José Fonseca Date: Mon, 14 Jun 2010 16:36:17 +0000 (+0100) Subject: gallivm: Omit references to NoFramePointerElimNonLeaf X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4b383054d3e155f9e3c131105d257b88a3de9924;p=mesa.git gallivm: Omit references to NoFramePointerElimNonLeaf It was added after 2.7. --- diff --git a/src/gallium/auxiliary/gallivm/lp_bld_misc.cpp b/src/gallium/auxiliary/gallivm/lp_bld_misc.cpp index 87e9f004878..5a9488b5f79 100644 --- a/src/gallium/auxiliary/gallivm/lp_bld_misc.cpp +++ b/src/gallium/auxiliary/gallivm/lp_bld_misc.cpp @@ -133,9 +133,6 @@ lp_set_target_options(void) #if defined(DEBUG) || defined(PROFILE) llvm::NoFramePointerElim = true; -#if HAVE_LLVM >= 0x0207 - llvm::NoFramePointerElimNonLeaf = true; -#endif #endif llvm::NoExcessFPPrecision = false;