summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2013-05-15 18:01:28 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2013-05-15 18:01:28 +0000
commit8108a80677a3ab5aff132aea5d340c0beb1ebef7 (patch)
treed55277d9ae0507dc862f7e90f95303df44084324
parentc292e68d43daf9dfb6a5c843ea11a25702d9d8a7 (diff)
downloadllvm-8108a80677a3ab5aff132aea5d340c0beb1ebef7.tar.gz
llvm-8108a80677a3ab5aff132aea5d340c0beb1ebef7.tar.bz2
llvm-8108a80677a3ab5aff132aea5d340c0beb1ebef7.tar.xz
Whitespace.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181906 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Target/PowerPC/PPCISelLowering.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Target/PowerPC/PPCISelLowering.h b/lib/Target/PowerPC/PPCISelLowering.h
index 6df09a0744..a519d6e97a 100644
--- a/lib/Target/PowerPC/PPCISelLowering.h
+++ b/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;