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
This commit is contained in:
Michael Liao 2013-06-21 20:22:45 +00:00
parent b47aceaf06
commit 72d59c7999

View 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: