blob: f05eecf8c3aed91e8d3c393693374cc66df97b20 [file] [log] [blame]
Dan Gohman0a063102009-09-08 23:54:48 +00001; RUN: llc < %s -march=x86 -mattr=+sse2 | grep {movl.*\$1, %}
Evan Cheng18950d92008-05-07 22:59:08 +00002define <2 x i64> @test1() nounwind {
Chris Lattner2d91b962008-03-09 01:05:04 +00003entry:
4 ret <2 x i64> < i64 1, i64 0 >
5}
6