X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FCodeGen%2FAlpha%2Fprivate.ll;h=26076e0f8d3cda84fd97948ab7e10be2cc8d6681;hb=26b0000166ca3d00f2a1990b43a1f45cdac4e9b6;hp=96ab4eb400ea1457c0a67909d5f800a16ea803f9;hpb=fce288fc9134f0f1055caf0342c023225bd5c379;p=oota-llvm.git diff --git a/test/CodeGen/Alpha/private.ll b/test/CodeGen/Alpha/private.ll index 96ab4eb400e..26076e0f8d3 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()