| Index: src/IceAssemblerX86Base.h
|
| diff --git a/src/IceAssemblerX86Base.h b/src/IceAssemblerX86Base.h
|
| index 5a72b6c31242ff774e73c604688bae32ef269d87..9da66a3fc2c0548caf518b8e01c6140ac12173a6 100644
|
| --- a/src/IceAssemblerX86Base.h
|
| +++ b/src/IceAssemblerX86Base.h
|
| @@ -176,7 +176,7 @@ public:
|
| bool fixupIsPCRel(FixupKind Kind) const override {
|
| // Currently assuming this is the only PC-rel relocation type used.
|
| // TODO(jpp): Traits.PcRelTypes.count(Kind) != 0
|
| - return Kind == Traits::PcRelFixup;
|
| + return Kind == Traits::FK_PcRel;
|
| }
|
|
|
| // Operations to emit GPR instructions (and dispatch on operand type).
|
|
|