projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27fafa2
)
gallivm: Omit references to NoFramePointerElimNonLeaf
author
José Fonseca
<jfonseca@vmware.com>
Mon, 14 Jun 2010 16:36:17 +0000
(17:36 +0100)
committer
José 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
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/gallivm/lp_bld_misc.cpp
b/src/gallium/auxiliary/gallivm/lp_bld_misc.cpp
index 87e9f0048781a725d136ffbc28aa8b1a1bc46587..5a9488b5f794ebe78ff56b30227b0b08d578b5cd 100644
(file)
--- 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;