Implement LowerOperationWrapper for legalizer.
[oota-llvm.git] / test / Integer / BitArith.ll
index cf5e7e6a01e3b6e7a28b57e9b211c076de10c5f5..350a9849947789359582f8181d71a710717ff00d 100644 (file)
@@ -3,12 +3,11 @@
 ; 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