diff options
| author | Preston Gurd <preston.gurd@intel.com> | 2012-04-25 21:04:54 +0000 |
|---|---|---|
| committer | Preston Gurd <preston.gurd@intel.com> | 2012-04-25 21:04:54 +0000 |
| commit | 82cac0acc03a46fbb9c8fe101fae00462dc86c5b (patch) | |
| tree | 1aba73937d35e5ff88612e81f1dc33530d5091c9 | |
| parent | de93b6b42fa6bfdfb4abfb15a7cf43b5c8e0e1a9 (diff) | |
| download | bcm5719-llvm-82cac0acc03a46fbb9c8fe101fae00462dc86c5b.tar.gz bcm5719-llvm-82cac0acc03a46fbb9c8fe101fae00462dc86c5b.zip | |
Trivial change to make the test use -mcpu=generic so as to avoid
a failure if run on an Intel Atom with post RA instruction scheduling.
llvm-svn: 155587
| -rw-r--r-- | llvm/test/CodeGen/X86/atomic_op.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/atomic_op.ll b/llvm/test/CodeGen/X86/atomic_op.ll index 7c5abe2095c..152bece4240 100644 --- a/llvm/test/CodeGen/X86/atomic_op.ll +++ b/llvm/test/CodeGen/X86/atomic_op.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -march=x86 | FileCheck %s +; RUN: llc < %s -mcpu=generic -march=x86 | FileCheck %s target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f80:128:128" |

