mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-21 06:30:16 +00:00
Add nounwind.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71575 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1ea7327845
commit
17114249fc
@ -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]
|
||||
|
Loading…
x
Reference in New Issue
Block a user