diff options
author | Evan Cheng <evan.cheng@apple.com> | 2009-05-12 18:35:43 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2009-05-12 18:35:43 +0000 |
commit | 17114249fc08f216b3c1126ab8389e7093ec86be (patch) | |
tree | 7a35657b2807d5237577b698e652829832c50392 | |
parent | 1ea7327845bcd0996425c9892730bf9b1f123f20 (diff) | |
download | external_llvm-17114249fc08f216b3c1126ab8389e7093ec86be.zip external_llvm-17114249fc08f216b3c1126ab8389e7093ec86be.tar.gz external_llvm-17114249fc08f216b3c1126ab8389e7093ec86be.tar.bz2 |
Add nounwind.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71575 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGen/X86/2007-03-01-SpillerCrash.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2007-03-01-SpillerCrash.ll b/test/CodeGen/X86/2007-03-01-SpillerCrash.ll index 2d11bfb1..2663686 100644 --- a/test/CodeGen/X86/2007-03-01-SpillerCrash.ll +++ b/test/CodeGen/X86/2007-03-01-SpillerCrash.ll @@ -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] |