summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Liao <michael.liao@intel.com>2013-06-21 20:22:45 +0000
committerMichael Liao <michael.liao@intel.com>2013-06-21 20:22:45 +0000
commitf6df64b6628d801888c85dd501e3ab3b03b703a1 (patch)
treed1d6a304da55be1ca4c07b627bd7b0610543e43a
parentbfb84d0bd6dd47f2d074c3eefb3520672217fada (diff)
downloadbcm5719-llvm-f6df64b6628d801888c85dd501e3ab3b03b703a1.tar.gz
bcm5719-llvm-f6df64b6628d801888c85dd501e3ab3b03b703a1.zip
Add '-mcpu=' to prevent breaking on ATOM due to different code schedule
llvm-svn: 184591
-rw-r--r--llvm/test/CodeGen/X86/pr16360.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/pr16360.ll b/llvm/test/CodeGen/X86/pr16360.ll
index 247d5100b45..1f73a4d4360 100644
--- a/llvm/test/CodeGen/X86/pr16360.ll
+++ b/llvm/test/CodeGen/X86/pr16360.ll
@@ -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:
OpenPOWER on IntegriCloud