ARM/ELF: Better codegen for global variable addresses.
[oota-llvm.git] / lib / Target / ARM / ARMConstantPoolValue.h
index 36f63e239a9e1a11136a17e55c67e62471b633d7..21ad07d394c96c9eb4c6f69ff94036af03e0ddbb 100644 (file)
@@ -39,8 +39,7 @@ namespace ARMCP {
   enum ARMCPModifier {
     no_modifier,
     TLSGD,
-    GOT,
-    GOTOFF,
+    GOT_PREL,
     GOTTPOFF,
     TPOFF
   };