summaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/ARMRelocations.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Target/ARM/ARMRelocations.h')
-rw-r--r--lib/Target/ARM/ARMRelocations.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/Target/ARM/ARMRelocations.h b/lib/Target/ARM/ARMRelocations.h
index 86e7206..3c12413 100644
--- a/lib/Target/ARM/ARMRelocations.h
+++ b/lib/Target/ARM/ARMRelocations.h
@@ -53,10 +53,12 @@ namespace llvm {
reloc_arm_movt,
// reloc_arm_movw - MOVW immediate relocation.
- reloc_arm_movw
+ reloc_arm_movw,
+
+ // reloc_arm_so_imm - ARM so_imm relocation.
+ reloc_arm_so_imm
};
}
}
#endif
-