From: Chris Lattner Date: Sat, 20 Jun 2009 19:43:09 +0000 (+0000) Subject: no need for unwind info here. X-Git-Tag: android-x86-6.0-r1~1003^2~19787 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=811ac0b088b5fdc860362d7e279d5fc1752c212e;p=android-x86%2Fexternal-llvm.git no need for unwind info here. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73831 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/X86/tls1.ll b/test/CodeGen/X86/tls1.ll index 5155dfd4a11..85ff360a550 100644 --- a/test/CodeGen/X86/tls1.ll +++ b/test/CodeGen/X86/tls1.ll @@ -5,7 +5,7 @@ @i = thread_local global i32 15 -define i32 @f() { +define i32 @f() nounwind { entry: %tmp1 = load i32* @i ret i32 %tmp1