[llvm-commits] [llvm] r99546 - /llvm/trunk/test/CodeGen/X86/postalloc-coalescing.ll

Evan Cheng evan.cheng at apple.com
Thu Mar 25 13:01:07 PDT 2010


Author: evancheng
Date: Thu Mar 25 15:01:07 2010
New Revision: 99546

URL: http://llvm.org/viewvc/llvm-project?rev=99546&view=rev
Log:
Add nounwind.

Modified:
    llvm/trunk/test/CodeGen/X86/postalloc-coalescing.ll

Modified: llvm/trunk/test/CodeGen/X86/postalloc-coalescing.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/postalloc-coalescing.ll?rev=99546&r1=99545&r2=99546&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/postalloc-coalescing.ll (original)
+++ llvm/trunk/test/CodeGen/X86/postalloc-coalescing.ll Thu Mar 25 15:01:07 2010
@@ -1,6 +1,6 @@
 ; RUN: llc < %s -march=x86 | grep mov | count 3
 
-define fastcc i32 @_Z18yy_get_next_bufferv() {
+define fastcc i32 @_Z18yy_get_next_bufferv() nounwind {
 entry:
 	br label %bb131
 





More information about the llvm-commits mailing list