summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-06-20 19:48:26 +0000
committerChris Lattner <sabre@nondot.org>2009-06-20 19:48:26 +0000
commit1771a852f0443d071e8dba643b49ffd5875143cd (patch)
treeaf719f59ce5a63af95af4ca610c797cb5e99d1f9
parentfbc9778a1ba3db6f6016fa84565d58f6033d2f20 (diff)
downloadbcm5719-llvm-1771a852f0443d071e8dba643b49ffd5875143cd.tar.gz
bcm5719-llvm-1771a852f0443d071e8dba643b49ffd5875143cd.zip
no need for unwind info
llvm-svn: 73832
-rw-r--r--llvm/test/CodeGen/X86/tls2-pic.ll2
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
}
OpenPOWER on IntegriCloud