fix sse1 only codegen in x86-64 mode, which is something we
[oota-llvm.git] / test / CodeGen / X86 / sse1.ll
1 ; Tests for SSE1 and below, without SSE2+.
2 ; RUN: llc < %s -mcpu=pentium3 -O3 | FileCheck %s
3
4 define <8 x i16> @test1(<8 x i32> %a) nounwind {
5 ; CHECK: test1
6   ret <8 x i16> zeroinitializer
7 }