aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/tls2.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/ARM/tls2.ll')
-rw-r--r--test/CodeGen/ARM/tls2.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/tls2.ll b/test/CodeGen/ARM/tls2.ll
index 24b4794..d522da8 100644
--- a/test/CodeGen/ARM/tls2.ll
+++ b/test/CodeGen/ARM/tls2.ll
@@ -12,7 +12,7 @@ define i32 @f() {
; CHECK-PIC-LABEL: f:
; CHECK-PIC: __tls_get_addr
entry:
- %tmp1 = load i32* @i ; <i32> [#uses=1]
+ %tmp1 = load i32, i32* @i ; <i32> [#uses=1]
ret i32 %tmp1
}