diff options
Diffstat (limited to 'test/CodeGen/SystemZ/tls-06.ll')
-rw-r--r-- | test/CodeGen/SystemZ/tls-06.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/SystemZ/tls-06.ll b/test/CodeGen/SystemZ/tls-06.ll index fcd8614..8f1796d 100644 --- a/test/CodeGen/SystemZ/tls-06.ll +++ b/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 } |