Add a test for the 'init' option property.
[oota-llvm.git] / test / Assembler / 2006-12-09-Cast-To-Bool.ll
index 3fc4d23070c5668939aad727611a4810faece4e6..a70262c802c1689a432a387d5a19b1e9069b46bb 100644 (file)
@@ -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
 }