diff options
author | Robert Wilhelm <robert.wilhelm@gmx.net> | 2013-09-28 11:46:15 +0000 |
---|---|---|
committer | Robert Wilhelm <robert.wilhelm@gmx.net> | 2013-09-28 11:46:15 +0000 |
commit | f0cfb83bb4249b1bf716fa2445aaefecedf4d7a9 (patch) | |
tree | 1f6dedad33513a38bd430348ca9149e143a08501 /llvm/test/CodeGen/PowerPC/vec_extload.ll | |
parent | 5b013f5050681682a26c51539d629c27280725c3 (diff) | |
download | bcm5719-llvm-f0cfb83bb4249b1bf716fa2445aaefecedf4d7a9.tar.gz bcm5719-llvm-f0cfb83bb4249b1bf716fa2445aaefecedf4d7a9.zip |
Fix spelling intruction -> instruction.
llvm-svn: 191610
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/vec_extload.ll')
-rw-r--r-- | llvm/test/CodeGen/PowerPC/vec_extload.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/PowerPC/vec_extload.ll b/llvm/test/CodeGen/PowerPC/vec_extload.ll index 6373a26d823..8d16e15b8f4 100644 --- a/llvm/test/CodeGen/PowerPC/vec_extload.ll +++ b/llvm/test/CodeGen/PowerPC/vec_extload.ll @@ -5,7 +5,7 @@ target datalayout = "E-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v128:128:128-n32:64" target triple = "powerpc64-unknown-linux-gnu" -; Altivec does not provides an sext intruction, so it expands +; Altivec does not provides an sext instruction, so it expands ; a set of vector stores (stvx), bytes load/sign expand/store ; (lbz/stb), and a final vector load (lvx) to load the result ; extended vector. |