| Index: src/IceAssemblerX86Base.h
|
| diff --git a/src/IceAssemblerX86Base.h b/src/IceAssemblerX86Base.h
|
| index e3791fa80fec8a652de8c399b72f1e372e168c65..e708d9e9a56347ffa88abce4ad0e3797d16a26db 100644
|
| --- a/src/IceAssemblerX86Base.h
|
| +++ b/src/IceAssemblerX86Base.h
|
| @@ -162,7 +162,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).
|
|
|