Add a bunch more X86 AVX2 instructions and their corresponding intrinsics.
[oota-llvm.git] / include / llvm / CodeGen / MachineBlockFrequencyInfo.h
index 63ab2ef850bd810a0550ec99fa4da2bab2902846..416d40bf30987a8c2893e29ff414b2c2616c7368 100644 (file)
@@ -46,7 +46,7 @@ public:
   /// that we should not rely on the value itself, but only on the comparison to
   /// the other block frequencies. We do this to avoid using of floating points.
   ///
-  BlockFrequency getBlockFreq(MachineBasicBlock *MBB);
+  BlockFrequency getBlockFreq(MachineBasicBlock *MBB) const;
 };
 
 }