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:
parent
a79674d478
commit
2b3c4ca665
@ -20,6 +20,7 @@ namespace llvm {
|
||||
/// these should go in their own header eventually.
|
||||
///
|
||||
extern bool PrintMachineCode;
|
||||
extern bool NoFPElim;
|
||||
|
||||
class TargetMachine;
|
||||
class Module;
|
||||
|
Loading…
Reference in New Issue
Block a user