manually upgrade a bunch of tests to modern syntax, and remove some that
[oota-llvm.git] / test / CodeGen / Alpha / private.ll
index 96ab4eb400ea1457c0a67909d5f800a16ea803f9..26076e0f8d3cda84fd97948ab7e10be2cc8d6681 100644 (file)
@@ -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()