diff options
author | Roman Divacky <rdivacky@freebsd.org> | 2013-12-22 09:48:38 +0000 |
---|---|---|
committer | Roman Divacky <rdivacky@freebsd.org> | 2013-12-22 09:48:38 +0000 |
commit | 8854e76944404885d3b8ea55ff80cc743f47ded2 (patch) | |
tree | 4b07fbcfaa79c9b02e1d91ff5540efe3da411d68 /llvm/lib/Target/PowerPC/PPCISelLowering.h | |
parent | 4939b98a2c0fb16bc9b6cd094f799e036614628e (diff) | |
download | bcm5719-llvm-8854e76944404885d3b8ea55ff80cc743f47ded2.tar.gz bcm5719-llvm-8854e76944404885d3b8ea55ff80cc743f47ded2.zip |
Add some comments.
llvm-svn: 197875
Diffstat (limited to 'llvm/lib/Target/PowerPC/PPCISelLowering.h')
-rw-r--r-- | llvm/lib/Target/PowerPC/PPCISelLowering.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/Target/PowerPC/PPCISelLowering.h b/llvm/lib/Target/PowerPC/PPCISelLowering.h index cd4be2da094..7ae43fa789a 100644 --- a/llvm/lib/Target/PowerPC/PPCISelLowering.h +++ b/llvm/lib/Target/PowerPC/PPCISelLowering.h @@ -177,6 +177,8 @@ namespace llvm { CR6SET, CR6UNSET, + /// GPRC = address of _GLOBAL_OFFSET_TABLE_. Used by initial-exec TLS + /// on PPC32. PPC32_GOT, /// G8RC = ADDIS_GOT_TPREL_HA %X2, Symbol - Used by the initial-exec |