diff options
Diffstat (limited to 'test/CodeGen/X86/tls-addr-non-leaf-function.ll')
-rw-r--r-- | test/CodeGen/X86/tls-addr-non-leaf-function.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/tls-addr-non-leaf-function.ll b/test/CodeGen/X86/tls-addr-non-leaf-function.ll index ec47232..b9cab65 100644 --- a/test/CodeGen/X86/tls-addr-non-leaf-function.ll +++ b/test/CodeGen/X86/tls-addr-non-leaf-function.ll @@ -32,6 +32,6 @@ target triple = "x86_64-unknown-linux-gnu" @x = thread_local global i32 0 define i32 @foo() "no-frame-pointer-elim-non-leaf" { - %a = load i32* @x, align 4 + %a = load i32, i32* @x, align 4 ret i32 %a } |