diff options
Diffstat (limited to 'llvm/lib/Target/X86/X86TargetTransformInfo.h')
| -rw-r--r-- | llvm/lib/Target/X86/X86TargetTransformInfo.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/X86TargetTransformInfo.h b/llvm/lib/Target/X86/X86TargetTransformInfo.h index 133b366..de5e1c2 100644 --- a/llvm/lib/Target/X86/X86TargetTransformInfo.h +++ b/llvm/lib/Target/X86/X86TargetTransformInfo.h @@ -296,7 +296,7 @@ public:    bool areInlineCompatible(const Function *Caller,                             const Function *Callee) const override;    bool areTypesABICompatible(const Function *Caller, const Function *Callee, -                             const ArrayRef<Type *> &Type) const override; +                             ArrayRef<Type *> Type) const override;    uint64_t getMaxMemIntrinsicInlineSizeThreshold() const override {      return ST->getMaxInlineSizeThreshold();  | 
