From: Chris Lattner Date: Sat, 20 Jun 2009 19:48:26 +0000 (+0000) Subject: no need for unwind info X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=6bfb669f822d7ba09c18c1615d00c9ee95c4dc88;p=oota-llvm.git no need for unwind info git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73832 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/X86/tls2-pic.ll b/test/CodeGen/X86/tls2-pic.ll index cdfe97ca0b0..a7e52df5035 100644 --- a/test/CodeGen/X86/tls2-pic.ll +++ b/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 }