make this harder
authorChris Lattner <sabre@nondot.org>
Tue, 5 Sep 2006 20:27:06 +0000 (20:27 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 5 Sep 2006 20:27:06 +0000 (20:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30120 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/select.ll

index c708f5e07320ac2a6c291fc7ee5025336819c1ff..68bac667b4248da417ad63490ac1d0aa43250aa0 100644 (file)
@@ -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