diff options
author | Chris Lattner <sabre@nondot.org> | 2006-09-05 20:27:06 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-09-05 20:27:06 +0000 |
commit | c39d19449971c9313cfa65155a530c158002652f (patch) | |
tree | 2ff7e48c3f62467c694b3767817aa80092936adf /test | |
parent | f89e2a941616681c93d4c52da05870f18660cada (diff) | |
download | external_llvm-c39d19449971c9313cfa65155a530c158002652f.zip external_llvm-c39d19449971c9313cfa65155a530c158002652f.tar.gz external_llvm-c39d19449971c9313cfa65155a530c158002652f.tar.bz2 |
make this harder
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30120 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r-- | test/CodeGen/X86/select.ll | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/CodeGen/X86/select.ll b/test/CodeGen/X86/select.ll index c708f5e..68bac66 100644 --- a/test/CodeGen/X86/select.ll +++ b/test/CodeGen/X86/select.ll @@ -1,4 +1,5 @@ -; RUN: llvm-as < %s | llc -march=x86 +; RUN: llvm-as < %s | llc -march=x86 -mcpu=yonah && +; RUN: llvm-as < %s | llc -march=x86 -mcpu=pentium bool %boolSel(bool %A, bool %B, bool %C) { %X = select bool %A, bool %B, bool %C |