diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2013-05-15 18:01:28 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2013-05-15 18:01:28 +0000 |
commit | dcc66456cc73239ff2f88c76f3973047c2087dc2 (patch) | |
tree | a9257251231129bac13ec06f4f2837dbf1e5e010 /llvm/lib/Target | |
parent | 243b379aa165b2573e64a3546649f736c77c47d2 (diff) | |
download | bcm5719-llvm-dcc66456cc73239ff2f88c76f3973047c2087dc2.tar.gz bcm5719-llvm-dcc66456cc73239ff2f88c76f3973047c2087dc2.zip |
Whitespace.
llvm-svn: 181906
Diffstat (limited to 'llvm/lib/Target')
-rw-r--r-- | llvm/lib/Target/PowerPC/PPCISelLowering.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/PowerPC/PPCISelLowering.h b/llvm/lib/Target/PowerPC/PPCISelLowering.h index 6df09a07442..a519d6e97ac 100644 --- a/llvm/lib/Target/PowerPC/PPCISelLowering.h +++ b/llvm/lib/Target/PowerPC/PPCISelLowering.h @@ -222,7 +222,7 @@ namespace llvm { /// G8RC = ADDIS_DTPREL_HA %X3, Symbol, Chain - For the /// local-dynamic TLS model, produces an ADDIS8 instruction - /// that adds X3 to sym@dtprel@ha. The Chain operand is needed + /// that adds X3 to sym@dtprel@ha. The Chain operand is needed /// to tie this in place following a copy to %X3 from the result /// of a GET_TLSLD_ADDR. ADDIS_DTPREL_HA, @@ -454,7 +454,7 @@ namespace llvm { /// It returns EVT::Other if the type should be determined using generic /// target-independent logic. virtual EVT - getOptimalMemOpType(uint64_t Size, unsigned DstAlign, unsigned SrcAlign, + getOptimalMemOpType(uint64_t Size, unsigned DstAlign, unsigned SrcAlign, bool IsMemset, bool ZeroMemset, bool MemcpyStrSrc, MachineFunction &MF) const; |