diff options
Diffstat (limited to 'test/CodeGen/SystemZ/tls-05.ll')
-rw-r--r-- | test/CodeGen/SystemZ/tls-05.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/SystemZ/tls-05.ll b/test/CodeGen/SystemZ/tls-05.ll index 385208d..502d6d4 100644 --- a/test/CodeGen/SystemZ/tls-05.ll +++ b/test/CodeGen/SystemZ/tls-05.ll @@ -8,7 +8,7 @@ @x = thread_local global i32 0 define i32 @foo() { - %val = load i32* @x + %val = load i32, i32* @x %inc = add nsw i32 %val, 1 store i32 %inc, i32* @x ret i32 %val |