aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Thumb2/tls1.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/Thumb2/tls1.ll')
-rw-r--r--test/CodeGen/Thumb2/tls1.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Thumb2/tls1.ll b/test/CodeGen/Thumb2/tls1.ll
index 4097356..6acf27d 100644
--- a/test/CodeGen/Thumb2/tls1.ll
+++ b/test/CodeGen/Thumb2/tls1.ll
@@ -10,7 +10,7 @@
define i32 @f() {
entry:
- %tmp1 = load i32* @i ; <i32> [#uses=1]
+ %tmp1 = load i32, i32* @i ; <i32> [#uses=1]
ret i32 %tmp1
}