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
commit6bfb669f822d7ba09c18c1615d00c9ee95c4dc88 (patch)
treef04160a28815644302f7dca04866d407bb6fedc7 /test
parent811ac0b088b5fdc860362d7e279d5fc1752c212e (diff)
downloadexternal_llvm-6bfb669f822d7ba09c18c1615d00c9ee95c4dc88.zip
external_llvm-6bfb669f822d7ba09c18c1615d00c9ee95c4dc88.tar.gz
external_llvm-6bfb669f822d7ba09c18c1615d00c9ee95c4dc88.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
}