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:
e8be18e
)
AArch64: Tidy up a few comments.
author
Jim Grosbach
<grosbach@apple.com>
Mon, 11 Aug 2014 22:42:28 +0000
(22:42 +0000)
committer
Jim Grosbach
<grosbach@apple.com>
Mon, 11 Aug 2014 22:42:28 +0000
(22:42 +0000)
Have the comments match the actual parameter names. Found via clang-tidy.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@215401
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 f236e6f6803e2d6cbbeb24dd4e2d69fb4c7975d7..53ac50ec80208cc4710d67c220f02e71f182c25b 100644
(file)
--- a/
lib/Target/AArch64/AArch64ISelLowering.cpp
+++ b/
lib/Target/AArch64/AArch64ISelLowering.cpp
@@
-2355,8
+2355,8
@@
AArch64TargetLowering::LowerCall(CallLoweringInfo &CLI,
DAG.getConstant(Outs[i].Flags.getByValSize(), MVT::i64);
SDValue Cpy = DAG.getMemcpy(
Chain, DL, DstAddr, Arg, SizeNode, Outs[i].Flags.getByValAlign(),
- /*isVol
atile
= */ false,
- /*
a
lwaysInline = */ false, DstInfo, MachinePointerInfo());
+ /*isVol = */ false,
+ /*
A
lwaysInline = */ false, DstInfo, MachinePointerInfo());
MemOpChains.push_back(Cpy);
} else {