summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorSean Fertile <sfertile@ca.ibm.com>2019-07-22 18:47:59 +0000
committerSean Fertile <sfertile@ca.ibm.com>2019-07-22 18:47:59 +0000
commit324d33dd4ed653d54466a45ba0e397015c900a5b (patch)
tree0bdb83fb6074d72877569f014232a704f4b7dd7a /llvm/lib
parent8034daca5f479c30dc68369be8de7e5177247378 (diff)
downloadbcm5719-llvm-324d33dd4ed653d54466a45ba0e397015c900a5b.tar.gz
bcm5719-llvm-324d33dd4ed653d54466a45ba0e397015c900a5b.zip
[PowerPC] Fix comment on MO_PLT Target Operand Flag. [NFC]
Patch by Xiangling Liao. llvm-svn: 366724
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/PowerPC/PPC.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/PowerPC/PPC.h b/llvm/lib/Target/PowerPC/PPC.h
index c6951ab67b0..667eb910599 100644
--- a/llvm/lib/Target/PowerPC/PPC.h
+++ b/llvm/lib/Target/PowerPC/PPC.h
@@ -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
OpenPOWER on IntegriCloud