summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AArch64
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2015-03-07 01:39:09 +0000
committerEric Christopher <echristo@gmail.com>2015-03-07 01:39:09 +0000
commit25dbdeb4d16b6dc35a260e60f1cf23316fb2bbb0 (patch)
treee64713be61891750269cdd769e2542595a4ab682 /llvm/lib/Target/AArch64
parente035e2665525dffe762f050b9f4ef821c7fe168e (diff)
downloadbcm5719-llvm-25dbdeb4d16b6dc35a260e60f1cf23316fb2bbb0.tar.gz
bcm5719-llvm-25dbdeb4d16b6dc35a260e60f1cf23316fb2bbb0.zip
Typo.
llvm-svn: 231547
Diffstat (limited to 'llvm/lib/Target/AArch64')
-rw-r--r--llvm/lib/Target/AArch64/AArch64ISelDAGToDAG.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/AArch64/AArch64ISelDAGToDAG.cpp b/llvm/lib/Target/AArch64/AArch64ISelDAGToDAG.cpp
index ac11c4d642b..c8044a1e254 100644
--- a/llvm/lib/Target/AArch64/AArch64ISelDAGToDAG.cpp
+++ b/llvm/lib/Target/AArch64/AArch64ISelDAGToDAG.cpp
@@ -299,7 +299,7 @@ static AArch64_AM::ShiftExtendType getShiftTypeForNode(SDValue N) {
}
}
-/// \brief Determine wether it is worth to fold V into an extended register.
+/// \brief Determine whether it is worth to fold V into an extended register.
bool AArch64DAGToDAGISel::isWorthFolding(SDValue V) const {
// it hurts if the value is used at least twice, unless we are optimizing
// for code size.
OpenPOWER on IntegriCloud