summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNadav Rotem <nrotem@apple.com>2012-11-03 00:39:56 +0000
committerNadav Rotem <nrotem@apple.com>2012-11-03 00:39:56 +0000
commitb4b04c3fa0a5da15424de7818e9f72811495c65b (patch)
tree4819e241823db653ae482ef043ec8d1e23e8d1b9 /include
parent3c9c1ab7b7549dfaf22456d89bd241a5e8dfc0a4 (diff)
downloadllvm-b4b04c3fa0a5da15424de7818e9f72811495c65b.tar.gz
llvm-b4b04c3fa0a5da15424de7818e9f72811495c65b.tar.bz2
llvm-b4b04c3fa0a5da15424de7818e9f72811495c65b.tar.xz
X86 CostModel: Add support for a some of the common arithmetic instructions for SSE4, AVX and AVX2.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167347 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Target/TargetTransformImpl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Target/TargetTransformImpl.h b/include/llvm/Target/TargetTransformImpl.h
index fa1acbea08..625be7208a 100644
--- a/include/llvm/Target/TargetTransformImpl.h
+++ b/include/llvm/Target/TargetTransformImpl.h
@@ -51,7 +51,7 @@ public:
};
class VectorTargetTransformImpl : public VectorTargetTransformInfo {
-private:
+protected:
const TargetLowering *TLI;
/// Estimate the cost of type-legalization and the legalized type.