forked from OSchip/llvm-project
Stabilize the test by specifying an exact cpu target
llvm-svn: 143307
This commit is contained in:
parent
2634d778a6
commit
1dda6a8ce1
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue