Mesa (master): gallivm: Omit references to NoFramePointerElimNonLeaf

Jose Fonseca jrfonseca at kemper.freedesktop.org
Mon Jun 14 16:37:04 UTC 2010


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

Author: José Fonseca <jfonseca at vmware.com>
Date:   Mon Jun 14 17:36:17 2010 +0100

gallivm: Omit references to NoFramePointerElimNonLeaf

It was added after 2.7.

---

 src/gallium/auxiliary/gallivm/lp_bld_misc.cpp |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/src/gallium/auxiliary/gallivm/lp_bld_misc.cpp b/src/gallium/auxiliary/gallivm/lp_bld_misc.cpp
index 87e9f00..5a9488b 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;




More information about the mesa-commit mailing list