mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-03-01 08:47:42 +00:00
Add nounwind.
llvm-svn: 99546
This commit is contained in:
parent
032f5d7258
commit
eb5c7f65dc
@ -1,6 +1,6 @@
|
||||
; RUN: llc < %s -march=x86 | grep mov | count 3
|
||||
|
||||
define fastcc i32 @_Z18yy_get_next_bufferv() {
|
||||
define fastcc i32 @_Z18yy_get_next_bufferv() nounwind {
|
||||
entry:
|
||||
br label %bb131
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user