X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FTarget%2FX86%2FX86InstrInfo.h;h=45f358470a0a6848f32887c6a6ce7c116d64cb4b;hb=4aa21aa6d13b8ea00eb0817e53f24e5416ed3038;hp=83f01945ea21ba9c698af67791baf427a49629f9;hpb=f4a9774e2b2a6279a83d9f7d78a4abfafc2fd3fd;p=oota-llvm.git diff --git a/lib/Target/X86/X86InstrInfo.h b/lib/Target/X86/X86InstrInfo.h index 83f01945ea2..45f358470a0 100644 --- a/lib/Target/X86/X86InstrInfo.h +++ b/lib/Target/X86/X86InstrInfo.h @@ -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.