summaryrefslogtreecommitdiff
path: root/test/Assembler/2006-12-09-Cast-To-Bool.ll
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2006-12-09 19:39:56 +0000
committerReid Spencer <rspencer@reidspencer.com>2006-12-09 19:39:56 +0000
commited819df5ef3438bee608d20aa42f43f8795c78a6 (patch)
treef7507a756547d3697b1f2449bcc2d4f0b5fdba4e /test/Assembler/2006-12-09-Cast-To-Bool.ll
parentc96660aef7b1e3004b64b628f76cd1e4ff698df6 (diff)
downloadllvm-ed819df5ef3438bee608d20aa42f43f8795c78a6.tar.gz
llvm-ed819df5ef3438bee608d20aa42f43f8795c78a6.tar.bz2
llvm-ed819df5ef3438bee608d20aa42f43f8795c78a6.tar.xz
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
Diffstat (limited to 'test/Assembler/2006-12-09-Cast-To-Bool.ll')
-rw-r--r--test/Assembler/2006-12-09-Cast-To-Bool.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Assembler/2006-12-09-Cast-To-Bool.ll b/test/Assembler/2006-12-09-Cast-To-Bool.ll
index 2ede90aa1c..74d671b5d9 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