summaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/2006-12-08-Select-ICmp.ll
diff options
context:
space:
mode:
authorMatt Arsenault <Matthew.Arsenault@amd.com>2013-08-28 23:04:41 +0000
committerMatt Arsenault <Matthew.Arsenault@amd.com>2013-08-28 23:04:41 +0000
commit9fd438fc008897243e99c17f688e2b234520f994 (patch)
tree9191c986279b09f2750f1a7fa4fb52859d9fc760 /test/Transforms/InstCombine/2006-12-08-Select-ICmp.ll
parent09174f8833a86766aad6bb0307352a7d9fe9e22b (diff)
downloadllvm-9fd438fc008897243e99c17f688e2b234520f994.tar.gz
llvm-9fd438fc008897243e99c17f688e2b234520f994.tar.bz2
llvm-9fd438fc008897243e99c17f688e2b234520f994.tar.xz
Convert tests to FileCheck
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189529 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/InstCombine/2006-12-08-Select-ICmp.ll')
-rw-r--r--test/Transforms/InstCombine/2006-12-08-Select-ICmp.ll3
1 files changed, 2 insertions, 1 deletions
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"