blob: fe9380585de38bf1e113d3404dda4f9fa78a9842 [file] [log] [blame]
Evan Cheng79fb3b42009-02-20 20:43:02 +00001; RUN: llvm-as < %s | llc -march=x86-64 -mattr=+mmx
2; rdar://6602459
3
4@g_v1di = external global <1 x i64>
5
6define void @test_v1di() nounwind {
7entry:
8 %call = call <1 x i64> @return_v1di() ; <<1 x i64>> [#uses=0]
9 store <1 x i64> %call, <1 x i64>* @g_v1di
10 ret void
11}
12
13declare <1 x i64> @return_v1di()