1 ; RUN: llc < %s -mtriple=i686-- -mattr=+sse2 | grep movs | count 2
2 ; RUN: llc < %s -mtriple=i686-- -mattr=+sse2 | grep fld | count 2
3 ; check 'inreg' attribute for sse_regparm
5 define inreg double @foo1() nounwind {
9 define inreg float @foo2() nounwind {
13 define double @bar() nounwind {
17 define float @bar2() nounwind {