From: Benjamin Kramer Date: Sun, 17 Feb 2013 18:26:11 +0000 (+0000) Subject: Force a cpu for test. It failed on atom due to different scheduling decisions. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=5d0c7941cb561beb3317c64e71e56df5b50914c2;p=oota-llvm.git Force a cpu for test. It failed on atom due to different scheduling decisions. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175401 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/X86/ms-inline-asm.ll b/test/CodeGen/X86/ms-inline-asm.ll index 64be02e5399..eca174610da 100644 --- a/test/CodeGen/X86/ms-inline-asm.ll +++ b/test/CodeGen/X86/ms-inline-asm.ll @@ -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: