From 9fd438fc008897243e99c17f688e2b234520f994 Mon Sep 17 00:00:00 2001 From: Matt Arsenault Date: Wed, 28 Aug 2013 23:04:41 +0000 Subject: Convert tests to FileCheck git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189529 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Transforms/InstCombine/2006-12-08-Select-ICmp.ll | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/Transforms/InstCombine/2006-12-08-Select-ICmp.ll') diff --git a/test/Transforms/InstCombine/2006-12-08-Select-ICmp.ll b/test/Transforms/InstCombine/2006-12-08-Select-ICmp.ll index 2665791fe0..272753cc98 100644 --- a/test/Transforms/InstCombine/2006-12-08-Select-ICmp.ll +++ b/test/Transforms/InstCombine/2006-12-08-Select-ICmp.ll @@ -1,4 +1,5 @@ -; RUN: opt < %s -instcombine -S | grep select +; RUN: opt < %s -instcombine -S | FileCheck %s +; CHECK: select ; END. target datalayout = "e-p:32:32" -- cgit v1.2.3