projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a413c6e
)
Remove extra whitespace. NFC.
author
Junmo Park
<junmoz.park@samsung.com>
Tue, 5 Jan 2016 09:36:47 +0000
(09:36 +0000)
committer
Junmo Park
<junmoz.park@samsung.com>
Tue, 5 Jan 2016 09:36:47 +0000
(09:36 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@256820
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/AArch64/AArch64ISelLowering.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/AArch64/AArch64ISelLowering.cpp
b/lib/Target/AArch64/AArch64ISelLowering.cpp
index e24a31f29e16b501e3f1d9e9746c5be4aaba70ae..4ecfbe9e228091335dc720281446e4668be1a672 100644
(file)
--- a/
lib/Target/AArch64/AArch64ISelLowering.cpp
+++ b/
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.