[llvm-commits] [llvm] r73832 - /llvm/trunk/test/CodeGen/X86/tls2-pic.ll

Chris Lattner sabre at nondot.org
Sat Jun 20 12:48:26 PDT 2009


Author: lattner
Date: Sat Jun 20 14:48:26 2009
New Revision: 73832

URL: http://llvm.org/viewvc/llvm-project?rev=73832&view=rev
Log:
no need for unwind info

Modified:
    llvm/trunk/test/CodeGen/X86/tls2-pic.ll

Modified: llvm/trunk/test/CodeGen/X86/tls2-pic.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/tls2-pic.ll?rev=73832&r1=73831&r2=73832&view=diff

==============================================================================
--- llvm/trunk/test/CodeGen/X86/tls2-pic.ll (original)
+++ llvm/trunk/test/CodeGen/X86/tls2-pic.ll Sat Jun 20 14:48:26 2009
@@ -7,7 +7,7 @@
 
 @i = thread_local global i32 15
 
-define i32* @f() {
+define i32* @f() nounwind {
 entry:
 	ret i32* @i
 }





More information about the llvm-commits mailing list