1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00

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 a79674d478
commit 2b3c4ca665

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;