diff options
| author | Junmo Park <junmoz.park@samsung.com> | 2016-01-05 09:36:47 +0000 |
|---|---|---|
| committer | Junmo Park <junmoz.park@samsung.com> | 2016-01-05 09:36:47 +0000 |
| commit | 3b8c715b2f940e981848b3b858403c1a37843366 (patch) | |
| tree | 048c09cde94e7870f643f5779fbbb3023400eec7 /llvm/lib/Target/AArch64 | |
| parent | d47ac60f00c9f31aac9a7f33f8292671cb3ea69b (diff) | |
| download | bcm5719-llvm-3b8c715b2f940e981848b3b858403c1a37843366.tar.gz bcm5719-llvm-3b8c715b2f940e981848b3b858403c1a37843366.zip | |
Remove extra whitespace. NFC.
llvm-svn: 256820
Diffstat (limited to 'llvm/lib/Target/AArch64')
| -rw-r--r-- | llvm/lib/Target/AArch64/AArch64ISelLowering.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/AArch64/AArch64ISelLowering.cpp b/llvm/lib/Target/AArch64/AArch64ISelLowering.cpp index e24a31f29e1..4ecfbe9e228 100644 --- a/llvm/lib/Target/AArch64/AArch64ISelLowering.cpp +++ b/llvm/lib/Target/AArch64/AArch64ISelLowering.cpp @@ -2426,7 +2426,7 @@ SDValue AArch64TargetLowering::LowerFormalArguments( continue; } - + if (VA.isRegLoc()) { // Arguments stored in registers. EVT RegVT = VA.getLocVT(); @@ -5074,7 +5074,7 @@ static bool isEXTMask(ArrayRef<int> M, EVT VT, bool &ReverseEXT, // The index of an EXT is the first element if it is not UNDEF. // Watch out for the beginning UNDEFs. The EXT index should be the expected - // value of the first element. E.g. + // value of the first element. E.g. // <-1, -1, 3, ...> is treated as <1, 2, 3, ...>. // <-1, -1, 0, 1, ...> is treated as <2*NumElts-2, 2*NumElts-1, 0, 1, ...>. // ExpectedElt is the last mask index plus 1. |

