blob: f33263f1aef5ccdeea4f0128073c50b027350705 [file] [log] [blame]
Dale Johannesen215a5642008-03-10 17:33:57 +00001; RUN: llvm-as < %s | llc -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