summaryrefslogtreecommitdiff
path: root/test/Integer
diff options
context:
space:
mode:
Diffstat (limited to 'test/Integer')
-rw-r--r--test/Integer/BitBit.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Integer/BitBit.ll b/test/Integer/BitBit.ll
index 7c17326e19..944d51e799 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