summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2006-11-27-SelectLegalize.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/2006-11-27-SelectLegalize.ll')
-rw-r--r--test/CodeGen/X86/2006-11-27-SelectLegalize.ll4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2006-11-27-SelectLegalize.ll b/test/CodeGen/X86/2006-11-27-SelectLegalize.ll
index ea2e6db61e1af..ba83a8db83996 100644
--- a/test/CodeGen/X86/2006-11-27-SelectLegalize.ll
+++ b/test/CodeGen/X86/2006-11-27-SelectLegalize.ll
@@ -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]