aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-06-20 19:43:09 +0000
committerChris Lattner <sabre@nondot.org>2009-06-20 19:43:09 +0000
commitf067c598eb99a05f1252300ab89758d3d037c4bc (patch)
treec6e1e244eea8db87ba826d5337634302bba20bc8 /test
parent2559f26ab1ccf1a4d44d3fd4533bd4ca75287087 (diff)
downloadexternal_llvm-f067c598eb99a05f1252300ab89758d3d037c4bc.zip
external_llvm-f067c598eb99a05f1252300ab89758d3d037c4bc.tar.gz
external_llvm-f067c598eb99a05f1252300ab89758d3d037c4bc.tar.bz2
no need for unwind info here.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73831 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/CodeGen/X86/tls1.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/tls1.ll b/test/CodeGen/X86/tls1.ll
index 5155dfd..85ff360 100644
--- a/test/CodeGen/X86/tls1.ll
+++ b/test/CodeGen/X86/tls1.ll
@@ -5,7 +5,7 @@
@i = thread_local global i32 15
-define i32 @f() {
+define i32 @f() nounwind {
entry:
%tmp1 = load i32* @i
ret i32 %tmp1