diff options
Diffstat (limited to 'llvm/lib/Target/Alpha/AlphaRelocations.h')
-rw-r--r-- | llvm/lib/Target/Alpha/AlphaRelocations.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/Alpha/AlphaRelocations.h b/llvm/lib/Target/Alpha/AlphaRelocations.h index f913c9b4510..59b97650858 100644 --- a/llvm/lib/Target/Alpha/AlphaRelocations.h +++ b/llvm/lib/Target/Alpha/AlphaRelocations.h @@ -23,6 +23,7 @@ namespace llvm { reloc_gprellow, reloc_gprelhigh, reloc_gpdist, + reloc_bsr, }; } } |