summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorHiroshi Inoue <inouehrs@jp.ibm.com>2017-06-24 16:00:26 +0000
committerHiroshi Inoue <inouehrs@jp.ibm.com>2017-06-24 16:00:26 +0000
commitd64f8eb85d722ec77f5036d348b7f5ce828e78cd (patch)
treed641f2f49316f1baa1d391a4d0a539827ad28e96 /test
parentaa970efe79c2c7798243eb07c8d6992fe0bec476 (diff)
fix trivial typos in comment, NFC
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@306211 cdac9f57-aa62-4fd3-8940-286f4534e8a0
Diffstat (limited to 'test')
-rw-r--r--test/CodeGen/AArch64/arm64-shrink-v1i64.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/AArch64/arm64-shrink-v1i64.ll b/test/CodeGen/AArch64/arm64-shrink-v1i64.ll
index 3e926d42740..57cc8120b91 100644
--- a/test/CodeGen/AArch64/arm64-shrink-v1i64.ll
+++ b/test/CodeGen/AArch64/arm64-shrink-v1i64.ll
@@ -3,7 +3,7 @@
; The DAGCombiner tries to do following shrink:
; Convert x+y to (VT)((SmallVT)x+(SmallVT)y)
; But currently it can't handle vector type and will trigger an assertion failure
-; when it tries to generate an add mixed using vector type and scaler type.
+; when it tries to generate an add mixed using vector type and scalar type.
; This test checks that such assertion failur should not happen.
define <1 x i64> @dotest(<1 x i64> %in0) {
entry: