gallivm: Omit references to NoFramePointerElimNonLeaf

It was added after 2.7.
This commit is contained in:
José Fonseca 2010-06-14 17:36:17 +01:00
parent 27fafa2587
commit 4b383054d3
1 changed files with 0 additions and 3 deletions

View 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;