summaryrefslogtreecommitdiff
path: root/test/Integer/BitBit.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Integer/BitBit.ll')
-rw-r--r--test/Integer/BitBit.ll6
1 files changed, 2 insertions, 4 deletions
diff --git a/test/Integer/BitBit.ll b/test/Integer/BitBit.ll
index 02969bc931..2b01c447d9 100644
--- a/test/Integer/BitBit.ll
+++ b/test/Integer/BitBit.ll
@@ -2,14 +2,12 @@
; 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, i17 %j)
implementation
; foo test basic bitwise operations
-define void "foo"(i31 %i, i33 %j)
+define void @"foo"(i31 %i, i33 %j)
begin
%t1 = trunc i33 %j to i31
%t2 = and i31 %t1, %i