diff options
Diffstat (limited to 'test/CodeGen/Mips/dsp-vec-load-store.ll')
-rw-r--r-- | test/CodeGen/Mips/dsp-vec-load-store.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Mips/dsp-vec-load-store.ll b/test/CodeGen/Mips/dsp-vec-load-store.ll index 7e4a8fe..f925180 100644 --- a/test/CodeGen/Mips/dsp-vec-load-store.ll +++ b/test/CodeGen/Mips/dsp-vec-load-store.ll @@ -5,7 +5,7 @@ define void @extend_load_trunc_store_v2i8() { entry: - %0 = load <2 x i8>* @g1, align 2 + %0 = load <2 x i8>, <2 x i8>* @g1, align 2 store <2 x i8> %0, <2 x i8>* @g0, align 2 ret void } |