summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2010-01-08-Atomic64Bug.ll
diff options
context:
space:
mode:
authorMichael Liao <michael.liao@intel.com>2012-09-20 03:34:04 +0000
committerMichael Liao <michael.liao@intel.com>2012-09-20 03:34:04 +0000
commit85fb261a55df896c5c0b1ba43c8f3e2647cccf2d (patch)
tree98e7e9458f2b2f7883d1fb56ae7a35f193cc03d7 /test/CodeGen/X86/2010-01-08-Atomic64Bug.ll
parentf5b69f630cd5749cdb1067d25fb6039f5d13c2c5 (diff)
downloadllvm-85fb261a55df896c5c0b1ba43c8f3e2647cccf2d.tar.gz
llvm-85fb261a55df896c5c0b1ba43c8f3e2647cccf2d.tar.bz2
llvm-85fb261a55df896c5c0b1ba43c8f3e2647cccf2d.tar.xz
Specify CPu to prevent failure on ATOM due to different code scheduling
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164283 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/2010-01-08-Atomic64Bug.ll')
-rw-r--r--test/CodeGen/X86/2010-01-08-Atomic64Bug.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2010-01-08-Atomic64Bug.ll b/test/CodeGen/X86/2010-01-08-Atomic64Bug.ll
index e969b13302..7d1cda35a2 100644
--- a/test/CodeGen/X86/2010-01-08-Atomic64Bug.ll
+++ b/test/CodeGen/X86/2010-01-08-Atomic64Bug.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -mtriple=i386-apple-darwin | FileCheck %s
+; RUN: llc < %s -mtriple=i386-apple-darwin -mcpu=corei7 | FileCheck %s
; rdar://r7512579
; PHI defs in the atomic loop should be used by the add / adc