From: Misha Brukman Date: Mon, 21 Jun 2004 21:07:51 +0000 (+0000) Subject: Make a single `NoFPElim' switch available to all targets. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=b41dabd8ad06fd7780f5158af54c887a79515d07;p=oota-llvm.git Make a single `NoFPElim' switch available to all targets. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14296 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Target/TargetMachineImpls.h b/include/llvm/Target/TargetMachineImpls.h index c5fa3841ff5..92f799278a3 100644 --- a/include/llvm/Target/TargetMachineImpls.h +++ b/include/llvm/Target/TargetMachineImpls.h @@ -20,6 +20,7 @@ namespace llvm { /// these should go in their own header eventually. /// extern bool PrintMachineCode; + extern bool NoFPElim; class TargetMachine; class Module;