From 965cc0e45b3bbe10c19ebd0219a62db6374947d0 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 20 Jun 2009 19:48:26 +0000 Subject: [PATCH] no need for unwind info llvm-svn: 73832 --- test/CodeGen/X86/tls2-pic.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }