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

NVPTX: Initialize the UseF32FTZ flag.

llvm-svn: 156232
This commit is contained in:
Benjamin Kramer 2012-05-05 11:22:02 +00:00
parent 469935e0ae
commit 39afd32d88

View File

@ -78,6 +78,8 @@ NVPTXDAGToDAGISel::NVPTXDAGToDAGISel(NVPTXTargetMachine &tm,
allowFMA = (FMAContractLevel >= 1) || UseFMADInstruction;
UseF32FTZ = false;
doMulWide = (OptLevel > 0);
// Decide how to translate f32 div