Add a triple to switch.ll test.
[oota-llvm.git] / test / CodeGen / X86 / 2006-11-27-SelectLegalize.ll
index 1222a37436862cce1093c6419a7abc3796fd6ee4..ba83a8db839962515a33ad3611a08a3582bba32a 100644 (file)
@@ -1,6 +1,8 @@
-; RUN: llvm-as < %s | llc -march=x86 | grep test.*1
+; RUN: llc < %s -march=x86 | FileCheck %s
 ; PR1016
 
+; CHECK: {{test.*1}}
+
 define i32 @test(i32 %A, i32 %B, i32 %C) {
         %a = trunc i32 %A to i1         ; <i1> [#uses=1]
         %D = select i1 %a, i32 %B, i32 %C               ; <i32> [#uses=1]