Add a test for the 'init' option property.
[oota-llvm.git] / test / Integer / BitBit.ll
index 7c17326e1981cdb52e27c4e46f91c7b4c86d703a..420bbe5a5fca47f85ca83cc5058ab865c00d3b86 100644 (file)
@@ -2,9 +2,8 @@
 ; RUN: llvm-as %t1.ll -o - | llvm-dis > %t2.ll
 ; RUN: diff %t1.ll %t2.ll
 
-declare void @"foo"(i31 %i, i17 %j)
+declare void @"foo"(i31 %i, i33 %j)
 
-implementation
 
 ; foo test basic bitwise operations
 define void @"foo"(i31 %i, i33 %j)