diff options
author | Hiroshi Inoue <inouehrs@jp.ibm.com> | 2018-06-13 08:54:13 +0000 |
---|---|---|
committer | Hiroshi Inoue <inouehrs@jp.ibm.com> | 2018-06-13 08:54:13 +0000 |
commit | 0f7f59f0737770fbf9393e602de731a3b413e8a5 (patch) | |
tree | 58393e138c8cb71379f718a4cb0bcc9fe0af03ea /llvm/lib/Target/PowerPC/PPCTLSDynamicCall.cpp | |
parent | 32e611d1a98ca59a77850e06df8b54bb6c582334 (diff) | |
download | bcm5719-llvm-0f7f59f0737770fbf9393e602de731a3b413e8a5.tar.gz bcm5719-llvm-0f7f59f0737770fbf9393e602de731a3b413e8a5.zip |
[PowerPC] fix trivial typos in comment, NFC
llvm-svn: 334583
Diffstat (limited to 'llvm/lib/Target/PowerPC/PPCTLSDynamicCall.cpp')
-rw-r--r-- | llvm/lib/Target/PowerPC/PPCTLSDynamicCall.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/PowerPC/PPCTLSDynamicCall.cpp b/llvm/lib/Target/PowerPC/PPCTLSDynamicCall.cpp index 903d4e97701..ac36abbe843 100644 --- a/llvm/lib/Target/PowerPC/PPCTLSDynamicCall.cpp +++ b/llvm/lib/Target/PowerPC/PPCTLSDynamicCall.cpp @@ -108,7 +108,7 @@ protected: } // We create ADJCALLSTACKUP and ADJCALLSTACKDOWN around _tls_get_addr - // as schduling fence to avoid it is scheduled before + // as scheduling fence to avoid it is scheduled before // mflr in the prologue and the address in LR is clobbered (PR25839). // We don't really need to save data to the stack - the clobbered // registers are already saved when the SDNode (e.g. PPCaddiTlsgdLAddr) |