[llvm-commits] [llvm] r73831 - /llvm/trunk/test/CodeGen/X86/tls1.ll
Chris Lattner
sabre at nondot.org
Sat Jun 20 12:43:09 PDT 2009
Author: lattner
Date: Sat Jun 20 14:43:09 2009
New Revision: 73831
URL: http://llvm.org/viewvc/llvm-project?rev=73831&view=rev
Log:
no need for unwind info here.
Modified:
llvm/trunk/test/CodeGen/X86/tls1.ll
Modified: llvm/trunk/test/CodeGen/X86/tls1.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/tls1.ll?rev=73831&r1=73830&r2=73831&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/tls1.ll (original)
+++ llvm/trunk/test/CodeGen/X86/tls1.ll Sat Jun 20 14:43:09 2009
@@ -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
More information about the llvm-commits
mailing list