Rename hasCompatibleFunctionAttributes->areInlineCompatible based
[oota-llvm.git] / lib / Target / X86 / X86TargetTransformInfo.h
index da3f36c2e27eaa286d5db276e1b8cc54e7f2ec5f..23efcade51d0c3ec3ba4ac499881554c0723831c 100644 (file)
@@ -92,8 +92,8 @@ public:
                          Type *Ty);
   bool isLegalMaskedLoad(Type *DataType, int Consecutive);
   bool isLegalMaskedStore(Type *DataType, int Consecutive);
-  bool hasCompatibleFunctionAttributes(const Function *Caller,
-                                       const Function *Callee) const;
+  bool areInlineCompatible(const Function *Caller,
+                           const Function *Callee) const;
 
   /// @}
 };