aboutsummaryrefslogtreecommitdiffstats
path: root/test
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
commit19f27575ad24f858ef8d2baf8ec90d49878e0f6d (patch)
treef04160a28815644302f7dca04866d407bb6fedc7 /test
parentf067c598eb99a05f1252300ab89758d3d037c4bc (diff)
downloadexternal_llvm-19f27575ad24f858ef8d2baf8ec90d49878e0f6d.zip
external_llvm-19f27575ad24f858ef8d2baf8ec90d49878e0f6d.tar.gz
external_llvm-19f27575ad24f858ef8d2baf8ec90d49878e0f6d.tar.bz2
no need for unwind info
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73832 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/CodeGen/X86/tls2-pic.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/tls2-pic.ll b/test/CodeGen/X86/tls2-pic.ll
index cdfe97c..a7e52df 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
}