aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/visibility2.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/visibility2.ll')
-rw-r--r--test/CodeGen/X86/visibility2.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/visibility2.ll b/test/CodeGen/X86/visibility2.ll
index 72ea733..48a0ac6 100644
--- a/test/CodeGen/X86/visibility2.ll
+++ b/test/CodeGen/X86/visibility2.ll
@@ -8,7 +8,7 @@
define void @foo1() nounwind ssp {
entry:
- %tmp = load i8** @foo_private_extern_str, align 8
+ %tmp = load i8*, i8** @foo_private_extern_str, align 8
call void @foo3(i8* %tmp)
ret void
}