aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Mips/msa/elm_move.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/Mips/msa/elm_move.ll')
-rw-r--r--test/CodeGen/Mips/msa/elm_move.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Mips/msa/elm_move.ll b/test/CodeGen/Mips/msa/elm_move.ll
index 98c06c7..9665b6d 100644
--- a/test/CodeGen/Mips/msa/elm_move.ll
+++ b/test/CodeGen/Mips/msa/elm_move.ll
@@ -9,7 +9,7 @@
define void @llvm_mips_move_vb_test() nounwind {
entry:
- %0 = load <16 x i8>* @llvm_mips_move_vb_ARG1
+ %0 = load <16 x i8>, <16 x i8>* @llvm_mips_move_vb_ARG1
%1 = tail call <16 x i8> @llvm.mips.move.v(<16 x i8> %0)
store <16 x i8> %1, <16 x i8>* @llvm_mips_move_vb_RES
ret void