From: Michael Liao Date: Fri, 21 Jun 2013 20:22:45 +0000 (+0000) Subject: Add '-mcpu=' to prevent breaking on ATOM due to different code schedule X-Git-Tag: android-x86-6.0-r1~146^2~1568 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=72d59c7999c4ed2c37334d2db189efa37d406379;p=android-x86%2Fexternal-llvm.git Add '-mcpu=' to prevent breaking on ATOM due to different code schedule git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184591 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/X86/pr16360.ll b/test/CodeGen/X86/pr16360.ll index 247d5100b45..1f73a4d4360 100644 --- a/test/CodeGen/X86/pr16360.ll +++ b/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: