Skip to content

Commit

Permalink
Add '-mcpu=' to prevent breaking on ATOM due to different code schedule
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184591 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
hliao2 committed Jun 21, 2013
1 parent b47acea commit 72d59c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/CodeGen/X86/pr16360.ll
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 72d59c7

Please sign in to comment.