From ed819df5ef3438bee608d20aa42f43f8795c78a6 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Sat, 9 Dec 2006 19:39:56 +0000 Subject: [PATCH] Fix the run line and make this test more specific. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32403 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Assembler/2006-12-09-Cast-To-Bool.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Assembler/2006-12-09-Cast-To-Bool.ll b/test/Assembler/2006-12-09-Cast-To-Bool.ll index 2ede90aa1cd..74d671b5d91 100644 --- a/test/Assembler/2006-12-09-Cast-To-Bool.ll +++ b/test/Assembler/2006-12-09-Cast-To-Bool.ll @@ -1,4 +1,4 @@ -; RUN llvm-upgrade < %s | llvm-as +; RUN: llvm-upgrade < %s | llvm-as | llvm-dis | grep bitcast bool %main(int %X) { %res = cast bool true to bool ret bool %res