diff options
Diffstat (limited to 'llvm/test/CodeGen/SystemZ/tls-06.ll')
| -rw-r--r-- | llvm/test/CodeGen/SystemZ/tls-06.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/SystemZ/tls-06.ll b/llvm/test/CodeGen/SystemZ/tls-06.ll index fcd8614a793..8f1796df729 100644 --- a/llvm/test/CodeGen/SystemZ/tls-06.ll +++ b/llvm/test/CodeGen/SystemZ/tls-06.ll @@ -10,8 +10,8 @@ @y = thread_local global i32 0 define i32 @foo() { - %valx = load i32* @x - %valy = load i32* @y + %valx = load i32, i32* @x + %valy = load i32, i32* @y %add = add nsw i32 %valx, %valy ret i32 %add } |

