Implement major new fastisel functionality: the matcher can now handle immediates...
[oota-llvm.git] / test / CodeGen / SPARC / private.ll
index a9850b7def463f983617ea64704232ae6f16fbe6..f091aa63d70d939549cf8fe2559f17e988a0ddfc 100644 (file)
@@ -1,6 +1,6 @@
 ; Test to make sure that the 'private' is used correctly.
 ;
-; RUN: llvm-as < %s | llc  -march=sparc > %t
+; RUN: llc < %s  -march=sparc > %t
 ; RUN: grep .foo: %t
 ; RUN: grep call.*\.foo %t
 ; RUN: grep .baz: %t
@@ -12,7 +12,7 @@ define private void @foo() {
         ret void
 }
 
-@baz = private global i32 4;
+@baz = private global i32 4
 
 define i32 @bar() {
         call void @foo()