Stabilize the test by specifying an exact cpu target

llvm-svn: 143307
This commit is contained in:
Nadav Rotem 2011-10-30 08:07:50 +00:00
parent 2634d778a6
commit 1dda6a8ce1
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
; RUN: llc < %s -mtriple=x86_64-linux -mattr=+mmx | grep movd | count 2
; RUN: llc < %s -mtriple=x86_64-linux -mcpu=corei7 -mattr=+mmx | grep movd | count 2
define i64 @a(i32 %a, i32 %b) nounwind readnone {
entry: