[multiversion] Remove the function parameter from the unrolling
[oota-llvm.git] / lib / Target / PowerPC / PPCTargetTransformInfo.h
index 0429a26c200c5dde542ea4034d1a0a0291a49bb7..cef7079423472f1bbdb9ae3be9ca67c820f18be4 100644 (file)
@@ -71,8 +71,7 @@ public:
                          Type *Ty);
 
   TTI::PopcntSupportKind getPopcntSupport(unsigned TyWidth);
-  void getUnrollingPreferences(const Function *F, Loop *L,
-                               TTI::UnrollingPreferences &UP);
+  void getUnrollingPreferences(Loop *L, TTI::UnrollingPreferences &UP);
 
   /// @}