Add '-mcpu=' to prevent breaking on ATOM due to different code schedule
authorMichael Liao <michael.liao@intel.com>
Fri, 21 Jun 2013 20:22:45 +0000 (20:22 +0000)
committerMichael Liao <michael.liao@intel.com>
Fri, 21 Jun 2013 20:22:45 +0000 (20:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184591 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/pr16360.ll

index 247d5100b45c51dee687a11d0666e04c07ecd953..1f73a4d43600a399553235f9a97d74abfc2be868 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llc < %s -mtriple=i686-pc-linux | FileCheck %s
+; RUN: llc < %s -mcpu=pentium4 -mtriple=i686-pc-linux | FileCheck %s
 
 define i64 @foo(i32 %sum) {
 entry: