Prepare for PR411


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33865 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/Integer/BitBit.ll b/test/Integer/BitBit.ll
index 7c17326..944d51e 100644
--- a/test/Integer/BitBit.ll
+++ b/test/Integer/BitBit.ll
@@ -2,7 +2,7 @@
 ; 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