rework the rotate-by-1 instructions to be defined like the
[oota-llvm.git] / test / Integer / testmemory_bt.ll
index 4ed16827131492dc26456aec3c017e17f43d2ef5..e503c56a33e687f94cfba053b5fed3e31a48ad8c 100644 (file)
@@ -6,15 +6,14 @@
 %struct = type { i31 , {float, {i9 } } , i64 }
 %complexty = type {i31, {[4 x i9 *], float}, double}
 
-implementation
 
-define i31 "main"()
+define i31 @"main"()
 begin
-  call i31 %testfunction(i64 0, i64 1)
+  call i31 @testfunction(i64 0, i64 1)
   ret i31 0
 end
 
-define i31 "testfunction"(i64 %i0, i64 %j0)
+define i31 @"testfunction"(i64 %i0, i64 %j0)
 begin
     %array0 = malloc [4 x i9]            ; yields {[4 x i9]*}:array0
     %size   = add i32 2, 2                 ; yields {i31}:size = i31 %4