R600/SI: Store constant initializer data in constant memory
[oota-llvm.git] / lib / Target / R600 / MCTargetDesc / AMDGPUFixupKinds.h
index ef64b40b3a61b1866ede4a83affc80b91dcc2ab0..4b12e548a56f74f9e927acf77b5f628a9b43360b 100644 (file)
@@ -18,6 +18,12 @@ enum Fixups {
   /// 16-bit PC relative fixup for SOPP branch instructions.
   fixup_si_sopp_br = FirstTargetFixupKind,
 
+  /// fixup for global addresses with constant initializers
+  fixup_si_rodata,
+
+  /// fixup for offset from instruction to end of text section
+  fixup_si_end_of_text,
+
   // Marker
   LastTargetFixupKind,
   NumTargetFixupKinds = LastTargetFixupKind - FirstTargetFixupKind