[ARM] Adjust how NEON shifts are lowered
[llvm-core.git] / test / CodeGen / X86 / visibility2.ll
blob48a0ac692198b5a8a814e9595201d4b5fb6e372a
1 ; This test case ensures that when the visibility of a global declaration is 
2 ; emitted they are not treated as definitions.  Test case for r132825.
3 ; Fixes <rdar://problem/9429892>.
5 ; RUN: llc -mtriple=x86_64-apple-darwin %s -o - | FileCheck %s
7 @foo_private_extern_str = external hidden global i8*
9 define void @foo1() nounwind ssp {
10 entry:
11   %tmp = load i8*, i8** @foo_private_extern_str, align 8
12   call void @foo3(i8* %tmp)
13   ret void
16 declare void @foo3(i8*)
18 ; CHECK-NOT: .private_extern