aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/tls-pie.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/tls-pie.ll')
-rw-r--r--test/CodeGen/X86/tls-pie.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/tls-pie.ll b/test/CodeGen/X86/tls-pie.ll
index d1e09c2..10fe1e9 100644
--- a/test/CodeGen/X86/tls-pie.ll
+++ b/test/CodeGen/X86/tls-pie.ll
@@ -15,7 +15,7 @@ define i32 @f1() {
; X64-NEXT: ret
entry:
- %tmp1 = load i32* @i
+ %tmp1 = load i32, i32* @i
ret i32 %tmp1
}
@@ -49,7 +49,7 @@ define i32 @f3() {
; X64-NEXT: ret
entry:
- %tmp1 = load i32* @i2
+ %tmp1 = load i32, i32* @i2
ret i32 %tmp1
}