summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM64/build-vector.ll
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
commit16f98b255d213a7ca599c0d07119e96e96206ee9 (patch)
treeadf70fd6c649a0346917f39e229300d07724d4c9 /llvm/test/CodeGen/ARM64/build-vector.ll
parent246b0b617d66d7e8107e3a5f9a4522ff7ec2afd2 (diff)
downloadbcm5719-llvm-16f98b255d213a7ca599c0d07119e96e96206ee9.tar.gz
bcm5719-llvm-16f98b255d213a7ca599c0d07119e96e96206ee9.zip
Fix some doc and comment typos
llvm-svn: 205899
Diffstat (limited to 'llvm/test/CodeGen/ARM64/build-vector.ll')
-rw-r--r--llvm/test/CodeGen/ARM64/build-vector.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM64/build-vector.ll b/llvm/test/CodeGen/ARM64/build-vector.ll
index 1d137ae6e6d..143d6894383 100644
--- a/llvm/test/CodeGen/ARM64/build-vector.ll
+++ b/llvm/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
OpenPOWER on IntegriCloud