mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-02 22:32:08 +00:00
add nounwind
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78791 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
007ea274f4
commit
e14463832c
@ -1,7 +1,7 @@
|
||||
; RUN: llvm-as < %s | llc -march=ppc32 -mtriple=powerpc-apple-darwin8 | \
|
||||
; RUN: grep cntlzw
|
||||
|
||||
define i32 @foo() {
|
||||
define i32 @foo() nounwind {
|
||||
entry:
|
||||
%retval = alloca i32, align 4 ; <i32*> [#uses=2]
|
||||
%temp = alloca i32, align 4 ; <i32*> [#uses=2]
|
||||
|
Loading…
x
Reference in New Issue
Block a user