From 4b383054d3e155f9e3c131105d257b88a3de9924 Mon Sep 17 00:00:00 2001 From: José Fonseca Date: Mon, 14 Jun 2010 17:36:17 +0100 Subject: gallivm: Omit references to NoFramePointerElimNonLeaf It was added after 2.7. --- src/gallium/auxiliary/gallivm/lp_bld_misc.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/gallium') diff --git a/src/gallium/auxiliary/gallivm/lp_bld_misc.cpp b/src/gallium/auxiliary/gallivm/lp_bld_misc.cpp index 87e9f00487..5a9488b5f7 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; -- cgit v1.2.3