summaryrefslogtreecommitdiff
path: root/test/CodeGen/Alpha/private.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/Alpha/private.ll')
-rw-r--r--test/CodeGen/Alpha/private.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Alpha/private.ll b/test/CodeGen/Alpha/private.ll
index 96ab4eb400..26076e0f8d 100644
--- a/test/CodeGen/Alpha/private.ll
+++ b/test/CodeGen/Alpha/private.ll
@@ -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()