diff options
| author | Geoff Berry <gberry@codeaurora.org> | 2015-07-20 22:03:52 +0000 |
|---|---|---|
| committer | Geoff Berry <gberry@codeaurora.org> | 2015-07-20 22:03:52 +0000 |
| commit | e41c2df0ef0463dee6ed9c91f8a76b0b667901b6 (patch) | |
| tree | dd9bfbd006f1f97104d78f166200729050bbd6a3 | |
| parent | db35a3ee4327bfa5c93a9ff638155001e0c57102 (diff) | |
| download | bcm5719-llvm-e41c2df0ef0463dee6ed9c91f8a76b0b667901b6.tar.gz bcm5719-llvm-e41c2df0ef0463dee6ed9c91f8a76b0b667901b6.zip | |
Fix comment typo (test commit). NFC
llvm-svn: 242719
| -rw-r--r-- | llvm/lib/Target/AArch64/AArch64ISelLowering.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/AArch64/AArch64ISelLowering.cpp b/llvm/lib/Target/AArch64/AArch64ISelLowering.cpp index 3a8b711dff3..981946df3e0 100644 --- a/llvm/lib/Target/AArch64/AArch64ISelLowering.cpp +++ b/llvm/lib/Target/AArch64/AArch64ISelLowering.cpp @@ -1220,7 +1220,7 @@ static SDValue emitComparison(SDValue LHS, SDValue RHS, ISD::CondCode CC, /// by conditional compare sequences. /// @{ -/// Create a conditional comparison; Use CCMP, CCMN or FCCMP as apropriate. +/// Create a conditional comparison; Use CCMP, CCMN or FCCMP as appropriate. static SDValue emitConditionalComparison(SDValue LHS, SDValue RHS, ISD::CondCode CC, SDValue CCOp, SDValue Condition, unsigned NZCV, |

