]> granicus.if.org Git - llvm/commitdiff
[PowerPC] Fix comment on MO_PLT Target Operand Flag. [NFC]
authorSean Fertile <sfertile@ca.ibm.com>
Mon, 22 Jul 2019 18:47:59 +0000 (18:47 +0000)
committerSean Fertile <sfertile@ca.ibm.com>
Mon, 22 Jul 2019 18:47:59 +0000 (18:47 +0000)
Patch by Xiangling Liao.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@366724 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/PowerPC/PPC.h

index c6951ab67b08e14c89af0bfd2083629dfe58988c..667eb91059990cda6d6c7d8474535a1da0cc1d68 100644 (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