Try again to revert the bad patch. The tree was reverted for some unknown reason
[oota-llvm.git] / test / CodeGen / PowerPC / private.ll
index d6e67708ac25c0501eb0bace887aae4933c22793..f9405f6af2ffe46c2dc25c3a2b40491fdd426747 100644 (file)
@@ -15,7 +15,7 @@ define private void @foo() nounwind {
         ret void
 }
 
-@baz = private global i32 4;
+@baz = private global i32 4
 
 define i32 @bar() nounwind {
         call void @foo()