move handling of dllimport linkage in isel, not in asmprinter.
[oota-llvm.git] / lib / Target / X86 / X86InstrInfo.h
index 83f01945ea21ba9c698af67791baf427a49629f9..45f358470a0a6848f32887c6a6ce7c116d64cb4b 100644 (file)
@@ -149,6 +149,12 @@ namespace X86II {
     ///    SYMBOL_LABEL @NTPOFF
     MO_NTPOFF = 11,
     
+    /// MO_DLLIMPORT - On a symbol operand "FOO", this indicates that the
+    /// reference is actually to the "__imp_FOO" symbol.  This is used for
+    /// dllimport linkage on windows.
+    MO_DLLIMPORT = 12,
+    
+    
     //===------------------------------------------------------------------===//
     // Instruction encodings.  These are the standard/most common forms for X86
     // instructions.