diff test/CodeGen/ARM/2010-05-19-Shuffles.ll @ 95:afa8332a0e37 LLVM3.8

LLVM 3.8
author Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
date Tue, 13 Oct 2015 17:48:58 +0900
parents 95c75e76d11b
children
line wrap: on
line diff
--- a/test/CodeGen/ARM/2010-05-19-Shuffles.ll	Wed Feb 18 14:56:07 2015 +0900
+++ b/test/CodeGen/ARM/2010-05-19-Shuffles.ll	Tue Oct 13 17:48:58 2015 +0900
@@ -14,7 +14,7 @@
 }
 
 define void @f3(<4 x i64>* %xp) nounwind {
-  %x = load <4 x i64>* %xp
+  %x = load <4 x i64>, <4 x i64>* %xp
   %y = shufflevector <4 x i64> %x, <4 x i64> undef, <4 x i32> <i32 0, i32 3, i32 2, i32 1>
   store <4 x i64> %y, <4 x i64>* %xp
   ret void