| Index: src/IceTargetLoweringX8632.h
|
| diff --git a/src/IceTargetLoweringX8632.h b/src/IceTargetLoweringX8632.h
|
| index 25e33a1e9ce761d18eb3fff41ecd04dde7c5402c..fca29c43d7f4eb65f20f1cc842a26aea0ffeeb9a 100644
|
| --- a/src/IceTargetLoweringX8632.h
|
| +++ b/src/IceTargetLoweringX8632.h
|
| @@ -180,7 +180,7 @@ protected:
|
|
|
| void makeRandomRegisterPermutation(
|
| llvm::SmallVectorImpl<int32_t> &Permutation,
|
| - const llvm::SmallBitVector &ExcludeRegisters) const;
|
| + const llvm::SmallBitVector &ExcludeRegisters) const override;
|
|
|
| // The following are helpers that insert lowered x86 instructions
|
| // with minimal syntactic overhead, so that the lowering code can
|
|
|