forked from OSchip/llvm-project
[SCCP] Make sure we get this case right without noinline.
Thanks to Hal for pointing out in the post-commit review of r293727. llvm-svn: 293801
This commit is contained in:
parent
9d17df8b46
commit
a76357deef
|
@ -24,5 +24,5 @@ bb:
|
|||
ret void
|
||||
}
|
||||
|
||||
attributes #0 = { naked noinline optnone }
|
||||
attributes #0 = { naked }
|
||||
attributes #1 = { "no-frame-pointer-elim"="true" "no-frame-pointer-elim-non-leaf" }
|
||||
|
|
Loading…
Reference in New Issue