diff options
Diffstat (limited to 'test/CodeGen/Alpha/private.ll')
-rw-r--r-- | test/CodeGen/Alpha/private.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Alpha/private.ll b/test/CodeGen/Alpha/private.ll index 96ab4eb..26076e0 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() |