[llvm-commits] [llvm] r77792 - /llvm/trunk/test/CodeGen/X86/x86-64-pic-11.ll

Dan Gohman gohman at apple.com
Sat Aug 1 12:11:04 PDT 2009


Author: djg
Date: Sat Aug  1 14:11:04 2009
New Revision: 77792

URL: http://llvm.org/viewvc/llvm-project?rev=77792&view=rev
Log:
Add nounwind to this test.

Modified:
    llvm/trunk/test/CodeGen/X86/x86-64-pic-11.ll

Modified: llvm/trunk/test/CodeGen/X86/x86-64-pic-11.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/x86-64-pic-11.ll?rev=77792&r1=77791&r2=77792&view=diff

==============================================================================
--- llvm/trunk/test/CodeGen/X86/x86-64-pic-11.ll (original)
+++ llvm/trunk/test/CodeGen/X86/x86-64-pic-11.ll Sat Aug  1 14:11:04 2009
@@ -2,7 +2,7 @@
 ; RUN:   llc -mtriple=x86_64-pc-linux -relocation-model=pic -o %t1 -f
 ; RUN: grep {call	__fixunsxfti at PLT} %t1
 
-define i128 @f(x86_fp80 %a)  {
+define i128 @f(x86_fp80 %a) nounwind {
 entry:
 	%tmp78 = fptoui x86_fp80 %a to i128
 	ret i128 %tmp78





More information about the llvm-commits mailing list