diff options
Diffstat (limited to 'llvm/lib/Target/SystemZ/SystemZConstantPoolValue.h')
-rw-r--r-- | llvm/lib/Target/SystemZ/SystemZConstantPoolValue.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/SystemZ/SystemZConstantPoolValue.h b/llvm/lib/Target/SystemZ/SystemZConstantPoolValue.h index 6cb7710abdfe3..da610ab45070d 100644 --- a/llvm/lib/Target/SystemZ/SystemZConstantPoolValue.h +++ b/llvm/lib/Target/SystemZ/SystemZConstantPoolValue.h @@ -43,7 +43,7 @@ public: // Override MachineConstantPoolValue. int getExistingMachineCPValue(MachineConstantPool *CP, - unsigned Alignment) override; + Align Alignment) override; void addSelectionDAGCSEId(FoldingSetNodeID &ID) override; void print(raw_ostream &O) const override; |