summaryrefslogtreecommitdiff
path: root/test/Integer/BitArith.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Integer/BitArith.ll')
-rw-r--r--test/Integer/BitArith.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Integer/BitArith.ll b/test/Integer/BitArith.ll
index cf5e7e6a01..e9c2cde30c 100644
--- a/test/Integer/BitArith.ll
+++ b/test/Integer/BitArith.ll
@@ -3,12 +3,12 @@
; RUN: diff %t1.ll %t2.ll
-declare void "foo"(i31 %i, i63 %j, i10 %k)
+declare void @"foo"(i31 %i, i63 %j, i10 %k)
implementation
; foo test basic arith operations
-define void "foo"(i31 %i, i63 %j, i10 %k)
+define void @"foo"(i31 %i, i63 %j, i10 %k)
begin
%t1 = trunc i63 %j to i31
%t2 = add i31 %t1, %i