gallivm: Omit references to NoFramePointerElimNonLeaf
authorJosé Fonseca <jfonseca@vmware.com>
Mon, 14 Jun 2010 16:36:17 +0000 (17:36 +0100)
committerJosé Fonseca <jfonseca@vmware.com>
Mon, 14 Jun 2010 16:36:17 +0000 (17:36 +0100)
It was added after 2.7.

src/gallium/auxiliary/gallivm/lp_bld_misc.cpp

index 87e9f0048781a725d136ffbc28aa8b1a1bc46587..5a9488b5f794ebe78ff56b30227b0b08d578b5cd 100644 (file)
@@ -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;