diff options
author | Eric Christopher <echristo@gmail.com> | 2015-03-07 01:39:09 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2015-03-07 01:39:09 +0000 |
commit | b0b21de6278b967e302d44954d8d9f6235d233be (patch) | |
tree | 9d6c587d35294f6ef1b7625bb168ad5ec78592e7 /lib/Target/AArch64 | |
parent | 80d55e6bcbf60299df7f313c40264fbe76ee0f80 (diff) | |
download | llvm-b0b21de6278b967e302d44954d8d9f6235d233be.tar.gz |
Typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@231547 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/AArch64')
-rw-r--r-- | lib/Target/AArch64/AArch64ISelDAGToDAG.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/AArch64/AArch64ISelDAGToDAG.cpp b/lib/Target/AArch64/AArch64ISelDAGToDAG.cpp index ac11c4d642b7..c8044a1e2546 100644 --- a/lib/Target/AArch64/AArch64ISelDAGToDAG.cpp +++ b/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. |