Add correct encodings for the basic form of vst1.
[oota-llvm.git] / test / Integer / prototype_bt.ll
index c3dc6b23207ac79b594fc7cadfa3b1b07df077d1..2236e8bf38fcc8ad655a14ef0c4cfcd0e0ddaccf 100644 (file)
@@ -2,13 +2,12 @@
 ; RUN: llvm-as %t1.ll -o - | llvm-dis > %t2.ll
 ; RUN: diff %t1.ll %t2.ll
 
-implementation
 
-declare i31 "bar"(i31 %in) 
+declare i31 @"bar"(i31 %in) 
 
-define i31 "foo"(i31 %blah)
+define i31 @"foo"(i31 %blah)
 begin
-  %xx = call i31 %bar(i31 %blah)
+  %xx = call i31 @bar(i31 %blah)
   ret i31 %xx
 end