Add a triple to switch.ll test.
[oota-llvm.git] / test / CodeGen / X86 / 2006-11-27-SelectLegalize.ll
index ea2e6db61e1afeea2091117172cc6ba78c63172f..ba83a8db839962515a33ad3611a08a3582bba32a 100644 (file)
@@ -1,6 +1,8 @@
-; RUN: llc < %s -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]