Add nounwind.
authorEvan Cheng <evan.cheng@apple.com>
Tue, 12 May 2009 18:35:43 +0000 (18:35 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Tue, 12 May 2009 18:35:43 +0000 (18:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71575 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/2007-03-01-SpillerCrash.ll

index 2d11bfb10f5d0e95259d77e7a1a55397d926b0f8..2663686d56f6003f842359990f19ae9700c8b016 100644 (file)
@@ -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]