Mercurial > hg > Members > tobaru > cbc > CbC_llvm
diff test/CodeGen/ARM/2010-06-29-SubregImpDefs.ll @ 95:afa8332a0e37
LLVM 3.8
author | Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 13 Oct 2015 17:48:58 +0900 |
parents | 54457678186b |
children |
line wrap: on
line diff
--- a/test/CodeGen/ARM/2010-06-29-SubregImpDefs.ll Wed Feb 18 14:56:07 2015 +0900 +++ b/test/CodeGen/ARM/2010-06-29-SubregImpDefs.ll Tue Oct 13 17:48:58 2015 +0900 @@ -7,8 +7,8 @@ entry: %0 = shufflevector <2 x i64> undef, <2 x i64> zeroinitializer, <2 x i32> <i32 1, i32 2> ; <<2 x i64>> [#uses=1] store <2 x i64> %0, <2 x i64>* undef, align 16 - %val4723 = load <8 x i16>* undef ; <<8 x i16>> [#uses=1] - call void @PrintShortX(i8* getelementptr inbounds ([21 x i8]* @.str271, i32 0, i32 0), <8 x i16> %val4723, i32 0) nounwind + %val4723 = load <8 x i16>, <8 x i16>* undef ; <<8 x i16>> [#uses=1] + call void @PrintShortX(i8* getelementptr inbounds ([21 x i8], [21 x i8]* @.str271, i32 0, i32 0), <8 x i16> %val4723, i32 0) nounwind ret i32 undef }