Improve the grep commands for this test to be tolerant of ABI
[oota-llvm.git] / test / CodeGen / X86 / select.ll
index 3acaa172e18f977017264a16b27d73a47c4fe172..e5d6101253727b0137eba505ed18dd064682bfbb 100644 (file)
@@ -1,6 +1,6 @@
-; RUN: llvm-as < %s | llc -march=x86 -mcpu=pentium -unwind-tables-optional
-; RUN: llvm-as < %s | llc -march=x86 -mcpu=yonah -unwind-tables-optional
-; RUN: llvm-as < %s | llc -march=x86 -mcpu=yonah -unwind-tables-optional | not grep set
+; RUN: llvm-as < %s | llc -march=x86 -mcpu=pentium 
+; RUN: llvm-as < %s | llc -march=x86 -mcpu=yonah 
+; RUN: llvm-as < %s | llc -march=x86 -mcpu=yonah  | not grep set
 
 define i1 @boolSel(i1 %A, i1 %B, i1 %C) nounwind {
        %X = select i1 %A, i1 %B, i1 %C         ; <i1> [#uses=1]