diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2013-02-17 18:26:11 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2013-02-17 18:26:11 +0000 |
commit | fb9ea4e6594eac083d7eb12e96f92ed19fb0a355 (patch) | |
tree | 18007f900d95fcd2f1812d57b3c3331df398de84 /llvm/test | |
parent | a5dce35cba1f1fea61b7eebfd5e57886185b9f58 (diff) | |
download | bcm5719-llvm-fb9ea4e6594eac083d7eb12e96f92ed19fb0a355.tar.gz bcm5719-llvm-fb9ea4e6594eac083d7eb12e96f92ed19fb0a355.zip |
Force a cpu for test. It failed on atom due to different scheduling decisions.
llvm-svn: 175401
Diffstat (limited to 'llvm/test')
-rw-r--r-- | llvm/test/CodeGen/X86/ms-inline-asm.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/ms-inline-asm.ll b/llvm/test/CodeGen/X86/ms-inline-asm.ll index 64be02e5399..eca174610da 100644 --- a/llvm/test/CodeGen/X86/ms-inline-asm.ll +++ b/llvm/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: |