diff options
author | José Fonseca <[email protected]> | 2010-06-14 17:36:17 +0100 |
---|---|---|
committer | José Fonseca <[email protected]> | 2010-06-14 17:36:17 +0100 |
commit | 4b383054d3e155f9e3c131105d257b88a3de9924 (patch) | |
tree | ed9855ac59c14e1b896a40d140df627a451d3bd6 /src | |
parent | 27fafa2587287562f58de6f00799d7a6d2adf9b2 (diff) |
gallivm: Omit references to NoFramePointerElimNonLeaf
It was added after 2.7.
Diffstat (limited to 'src')
-rw-r--r-- | 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 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; |