summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen
diff options
context:
space:
mode:
authorNadav Rotem <nadav.rotem@intel.com>2011-10-30 08:07:50 +0000
committerNadav Rotem <nadav.rotem@intel.com>2011-10-30 08:07:50 +0000
commit1dda6a8ce197839ab05044f15e8a1f7e699df17d (patch)
tree43f5415a8600ec94dd328925594bb8c6c3c86a9f /llvm/test/CodeGen
parent2634d778a60def3d21b80027d1c6ab4db7eb3fc1 (diff)
downloadbcm5719-llvm-1dda6a8ce197839ab05044f15e8a1f7e699df17d.tar.gz
bcm5719-llvm-1dda6a8ce197839ab05044f15e8a1f7e699df17d.zip
Stabilize the test by specifying an exact cpu target
llvm-svn: 143307
Diffstat (limited to 'llvm/test/CodeGen')
-rw-r--r--llvm/test/CodeGen/X86/2009-06-07-ExpandMMXBitcast.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/2009-06-07-ExpandMMXBitcast.ll b/llvm/test/CodeGen/X86/2009-06-07-ExpandMMXBitcast.ll
index 63a7da87550..66caedfc069 100644
--- a/llvm/test/CodeGen/X86/2009-06-07-ExpandMMXBitcast.ll
+++ b/llvm/test/CodeGen/X86/2009-06-07-ExpandMMXBitcast.ll
@@ -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:
OpenPOWER on IntegriCloud