X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FAssembler%2F2006-12-09-Cast-To-Bool.ll;h=a70262c802c1689a432a387d5a19b1e9069b46bb;hb=602fc0681726155942907debee1fe0b8b44ffc1b;hp=3fc4d23070c5668939aad727611a4810faece4e6;hpb=737ec5130ef29bd447eb3c93d6a6e980cc0b16e3;p=oota-llvm.git diff --git a/test/Assembler/2006-12-09-Cast-To-Bool.ll b/test/Assembler/2006-12-09-Cast-To-Bool.ll index 3fc4d23070c..a70262c802c 100644 --- a/test/Assembler/2006-12-09-Cast-To-Bool.ll +++ b/test/Assembler/2006-12-09-Cast-To-Bool.ll @@ -1,5 +1,6 @@ ; RUN: llvm-as < %s | llvm-dis | grep bitcast -define i1 %main(i32 %X) { + +define i1 @main(i32 %X) { %res = bitcast i1 true to i1 ret i1 %res }