no need for unwind info
authorChris Lattner <sabre@nondot.org>
Sat, 20 Jun 2009 19:48:26 +0000 (19:48 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 20 Jun 2009 19:48:26 +0000 (19:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73832 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/tls2-pic.ll

index cdfe97ca0b04f35950d9a66a71d42d2687ae3829..a7e52df50353364685a6f2d24ac5836452cd352d 100644 (file)
@@ -7,7 +7,7 @@
 
 @i = thread_local global i32 15
 
-define i32* @f() {
+define i32* @f() nounwind {
 entry:
        ret i32* @i
 }