summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2014-08-11 22:42:28 +0000
committerJim Grosbach <grosbach@apple.com>2014-08-11 22:42:28 +0000
commit8e810ba411df0ecfd3d3f817e524df4cc9a568e8 (patch)
tree6a626892642b8bf4adfffb16d834648a81df5e8e /llvm/lib
parentab07f00c64e109b3e313357f7c226d05659993a6 (diff)
downloadbcm5719-llvm-8e810ba411df0ecfd3d3f817e524df4cc9a568e8.tar.gz
bcm5719-llvm-8e810ba411df0ecfd3d3f817e524df4cc9a568e8.zip
AArch64: Tidy up a few comments.
Have the comments match the actual parameter names. Found via clang-tidy. llvm-svn: 215401
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/AArch64/AArch64ISelLowering.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/AArch64/AArch64ISelLowering.cpp b/llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
index f236e6f6803..53ac50ec802 100644
--- a/llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
+++ b/llvm/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(),
- /*isVolatile = */ false,
- /*alwaysInline = */ false, DstInfo, MachinePointerInfo());
+ /*isVol = */ false,
+ /*AlwaysInline = */ false, DstInfo, MachinePointerInfo());
MemOpChains.push_back(Cpy);
} else {
OpenPOWER on IntegriCloud