projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e4d91ca
)
Add missing override keywords.
author
Craig Topper
<craig.topper@gmail.com>
Sun, 23 Nov 2014 09:40:13 +0000
(09:40 +0000)
committer
Craig Topper
<craig.topper@gmail.com>
Sun, 23 Nov 2014 09:40:13 +0000
(09:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@222634
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/X86/X86TargetTransformInfo.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/X86/X86TargetTransformInfo.cpp
b/lib/Target/X86/X86TargetTransformInfo.cpp
index 1811a2052841e5ed7e68e8990f41e26783ed2050..432cedaa803ee4c6fc1d2f8bef9fb91d94277193 100644
(file)
--- a/
lib/Target/X86/X86TargetTransformInfo.cpp
+++ b/
lib/Target/X86/X86TargetTransformInfo.cpp
@@
-111,8
+111,8
@@
public:
Type *Ty) const override;
unsigned getIntImmCost(Intrinsic::ID IID, unsigned Idx, const APInt &Imm,
Type *Ty) const override;
- bool isLegalPredicatedLoad (Type *DataType, int Consecutive) const;
- bool isLegalPredicatedStore(Type *DataType, int Consecutive) const;
+ bool isLegalPredicatedLoad (Type *DataType, int Consecutive) const
override
;
+ bool isLegalPredicatedStore(Type *DataType, int Consecutive) const
override
;
/// @}
};