From: Reid Spencer Date: Sat, 9 Dec 2006 19:39:56 +0000 (+0000) Subject: Fix the run line and make this test more specific. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ed819df5ef3438bee608d20aa42f43f8795c78a6;p=oota-llvm.git 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 --- 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