[llvm-commits] [llvm] r71575 - /llvm/trunk/test/CodeGen/X86/2007-03-01-SpillerCrash.ll

Evan Cheng evan.cheng at apple.com
Tue May 12 11:35:43 PDT 2009


Author: evancheng
Date: Tue May 12 13:35:43 2009
New Revision: 71575

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

Modified:
    llvm/trunk/test/CodeGen/X86/2007-03-01-SpillerCrash.ll

Modified: llvm/trunk/test/CodeGen/X86/2007-03-01-SpillerCrash.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/2007-03-01-SpillerCrash.ll?rev=71575&r1=71574&r2=71575&view=diff

==============================================================================
--- llvm/trunk/test/CodeGen/X86/2007-03-01-SpillerCrash.ll (original)
+++ llvm/trunk/test/CodeGen/X86/2007-03-01-SpillerCrash.ll Tue May 12 13:35:43 2009
@@ -1,6 +1,6 @@
 ; RUN: llvm-as < %s | llc -mtriple=x86_64-apple-darwin8 -mattr=+sse2
 
-define void @test() {
+define void @test() nounwind {
 test.exit:
 	mul <4 x float> zeroinitializer, zeroinitializer		; <<4 x float>>:0 [#uses=4]
 	load <4 x float>* null		; <<4 x float>>:1 [#uses=1]





More information about the llvm-commits mailing list