aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/MachO/tlv-bss.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/MC/MachO/tlv-bss.ll')
-rw-r--r--test/MC/MachO/tlv-bss.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/MC/MachO/tlv-bss.ll b/test/MC/MachO/tlv-bss.ll
index af620f9..3dbf4b0 100644
--- a/test/MC/MachO/tlv-bss.ll
+++ b/test/MC/MachO/tlv-bss.ll
@@ -26,7 +26,7 @@ define i8* @_Z1fi(i32 %x) #0 {
entry:
%x.addr = alloca i32, align 4
store i32 %x, i32* %x.addr, align 4
- %0 = load i8** @_ZN3TlsIlE3valE, align 8
+ %0 = load i8*, i8** @_ZN3TlsIlE3valE, align 8
ret i8* %0
}