summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/tls3.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/X86/tls3.ll')
-rw-r--r--llvm/test/CodeGen/X86/tls3.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/tls3.ll b/llvm/test/CodeGen/X86/tls3.ll
index e8d1a340baa..061849901fc 100644
--- a/llvm/test/CodeGen/X86/tls3.ll
+++ b/llvm/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
OpenPOWER on IntegriCloud