aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/tls3.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/tls3.ll')
-rw-r--r--test/CodeGen/X86/tls3.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/tls3.ll b/test/CodeGen/X86/tls3.ll
index e8d1a340baa6..061849901fcf 100644
--- a/test/CodeGen/X86/tls3.ll
+++ b/test/CodeGen/X86/tls3.ll
@@ -7,7 +7,7 @@
@i = external thread_local global i32 ; <i32*> [#uses=2]
-define i32 @f() {
+define i32 @f() nounwind {
entry:
%tmp1 = load i32* @i ; <i32> [#uses=1]
ret i32 %tmp1