diff options
-rw-r--r-- | lib/Target/X86/X86InstrInfo.td | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Target/X86/X86InstrInfo.td b/lib/Target/X86/X86InstrInfo.td index 9bd30fe351..5f641076f0 100644 --- a/lib/Target/X86/X86InstrInfo.td +++ b/lib/Target/X86/X86InstrInfo.td @@ -282,8 +282,10 @@ def IMPLICIT_DEF_GR32 : I<0, Pseudo, (outs GR32:$dst), (ins), def NOOP : I<0x90, RawFrm, (outs), (ins), "nop", []>; // PIC base +let neverHasSideEffects = 1 in { def MOVPC32r : Ii32<0xE8, Pseudo, (outs GR32:$reg), (ins piclabel:$label), "call\t$label\n\tpop{l}\t$reg", []>; +} //===----------------------------------------------------------------------===// // Control Flow Instructions... |