[PowerPC] Fix comment on MO_PLT Target Operand Flag. [NFC]

Patch by Xiangling Liao.

llvm-svn: 366724
This commit is contained in:
Sean Fertile 2019-07-22 18:47:59 +00:00
parent 8034daca5f
commit 324d33dd4e
1 changed files with 2 additions and 2 deletions

View File

@ -86,8 +86,8 @@ namespace llvm {
MO_NO_FLAG,
/// On a symbol operand "FOO", this indicates that the reference is actually
/// to "FOO@plt". This is used for calls and jumps to external functions on
/// for PIC calls on Linux and ELF systems.
/// to "FOO@plt". This is used for calls and jumps to external functions
/// and for PIC calls on 32-bit ELF systems.
MO_PLT = 1,
/// MO_PIC_FLAG - If this bit is set, the symbol reference is relative to