diff options
Diffstat (limited to 'llvm/test/CodeGen/SystemZ/tls-05.ll')
-rw-r--r-- | llvm/test/CodeGen/SystemZ/tls-05.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/SystemZ/tls-05.ll b/llvm/test/CodeGen/SystemZ/tls-05.ll index 385208d98ca..502d6d45852 100644 --- a/llvm/test/CodeGen/SystemZ/tls-05.ll +++ b/llvm/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 |