Force CPU in test so we don't accidentally get AVX code on an AVX-capable host.

llvm-svn: 167973
This commit is contained in:
Benjamin Kramer 2012-11-14 20:31:42 +00:00
parent 542db4a0bc
commit d71fb86aed
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
; RUN: llc < %s -march=x86 -mattr=-sse -mtriple=i686-apple-darwin8.8.0 | grep mov | count 9
; RUN: llc < %s -march=x86 -mattr=+sse -mtriple=i686-apple-darwin8.8.0 | grep mov | count 3
; RUN: llc < %s -march=x86 -mcpu=pentium2 -mtriple=i686-apple-darwin8.8.0 | grep mov | count 9
; RUN: llc < %s -march=x86 -mcpu=pentium3 -mtriple=i686-apple-darwin8.8.0 | grep mov | count 3
%struct.x = type { i16, i16 }