name change: isPow2DivCheap -> isPow2SDivCheap
[oota-llvm.git] / lib / Target / R600 / AMDGPUISelLowering.cpp
index 7d4aadcc5cac97aae994a2a26073b3c3067ba3d4..9f22239556e29abae59fcb1ac62cf922d3a41c99 100644 (file)
@@ -386,7 +386,7 @@ AMDGPUTargetLowering::AMDGPUTargetLowering(TargetMachine &TM) :
   // There are no integer divide instructions, and these expand to a pretty
   // large sequence of instructions.
   setIntDivIsCheap(false);
-  setPow2DivIsCheap(false);
+  setPow2SDivIsCheap(false);
 
   // TODO: Investigate this when 64-bit divides are implemented.
   addBypassSlowDiv(64, 32);