summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM64
diff options
context:
space:
mode:
authorAlp Toker <alp@nuanti.com>2014-04-09 14:47:27 +0000
committerAlp Toker <alp@nuanti.com>2014-04-09 14:47:27 +0000
commit46d36be2eb02f35fef15952699d0e32e6138760d (patch)
tree377a6835c162218586f0bef2cf8f8c727ab9fc2a /test/CodeGen/ARM64
parent35fb92daddc1322f8f1a1623f098eb6f28e0d149 (diff)
downloadllvm-46d36be2eb02f35fef15952699d0e32e6138760d.tar.gz
llvm-46d36be2eb02f35fef15952699d0e32e6138760d.tar.bz2
llvm-46d36be2eb02f35fef15952699d0e32e6138760d.tar.xz
Fix some doc and comment typos
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@205899 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/ARM64')
-rw-r--r--test/CodeGen/ARM64/addr-mode-folding.ll2
-rw-r--r--test/CodeGen/ARM64/build-vector.ll2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/ARM64/addr-mode-folding.ll b/test/CodeGen/ARM64/addr-mode-folding.ll
index dff2331d29..08fb8c90c4 100644
--- a/test/CodeGen/ARM64/addr-mode-folding.ll
+++ b/test/CodeGen/ARM64/addr-mode-folding.ll
@@ -6,7 +6,7 @@
define i32 @fct(i32 %i1, i32 %i2) {
; CHECK: @fct
; Sign extension is used more than once, thus it should not be folded.
-; CodeGenPrepare is not sharing sext accross uses, thus this is folded because
+; CodeGenPrepare is not sharing sext across uses, thus this is folded because
; of that.
; _CHECK-NOT_: , sxtw]
entry:
diff --git a/test/CodeGen/ARM64/build-vector.ll b/test/CodeGen/ARM64/build-vector.ll
index 1d137ae6e6..143d689438 100644
--- a/test/CodeGen/ARM64/build-vector.ll
+++ b/test/CodeGen/ARM64/build-vector.ll
@@ -6,7 +6,7 @@ define void @one_lane(i32* nocapture %out_int, i32 %skip0) nounwind {
; CHECK-LABEL: one_lane:
; CHECK: dup.16b v[[REG:[0-9]+]], wzr
; CHECK-NEXT: ins.b v[[REG]][0], w1
-; v and q are aliases, and str is prefered against st.16b when possible
+; v and q are aliases, and str is preferred against st.16b when possible
; rdar://11246289
; CHECK: str q[[REG]], [x0]
; CHECK: ret