diff options
-rw-r--r-- | llvm/test/CodeGen/X86/tls2-pic.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/tls2-pic.ll b/llvm/test/CodeGen/X86/tls2-pic.ll index cdfe97ca0b0..a7e52df5035 100644 --- a/llvm/test/CodeGen/X86/tls2-pic.ll +++ b/llvm/test/CodeGen/X86/tls2-pic.ll @@ -7,7 +7,7 @@ @i = thread_local global i32 15 -define i32* @f() { +define i32* @f() nounwind { entry: ret i32* @i } |