Skip to content

Commit

Permalink
Force a cpu for test. It failed on atom due to different scheduling d…
Browse files Browse the repository at this point in the history
…ecisions.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175401 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
d0k committed Feb 17, 2013
1 parent 9831bf0 commit 5d0c794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/CodeGen/X86/ms-inline-asm.ll
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
; RUN: llc < %s -march=x86 | FileCheck %s
; RUN: llc < %s -march=x86 -mcpu=core2 | FileCheck %s

define i32 @t1() nounwind {
entry:
Expand Down

0 comments on commit 5d0c794

Please sign in to comment.