mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-13 23:18:58 +00:00
Fix some whitespace.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50151 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
480311b548
commit
55888274f2
@ -330,9 +330,9 @@ public:
|
||||
const Value *SrcSV, uint64_t SrcOff);
|
||||
|
||||
SDOperand getMemmove(SDOperand Chain, SDOperand Dst, SDOperand Src,
|
||||
SDOperand Size, unsigned Align,
|
||||
const Value *DstSV, uint64_t DstOff,
|
||||
const Value *SrcSV, uint64_t SrcOff);
|
||||
SDOperand Size, unsigned Align,
|
||||
const Value *DstSV, uint64_t DstOff,
|
||||
const Value *SrcSV, uint64_t SrcOff);
|
||||
|
||||
SDOperand getMemset(SDOperand Chain, SDOperand Dst, SDOperand Src,
|
||||
SDOperand Size, unsigned Align,
|
||||
|
Loading…
Reference in New Issue
Block a user