Make a single `NoFPElim' switch available to all targets.

llvm-svn: 14296
This commit is contained in:
Misha Brukman 2004-06-21 21:07:51 +00:00
parent 5e323e10df
commit ebfd11ffb7
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ namespace llvm {
/// these should go in their own header eventually.
///
extern bool PrintMachineCode;
extern bool NoFPElim;
class TargetMachine;
class Module;