[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:
Davide Italiano 2017-02-01 19:03:46 +00:00
parent 9d17df8b46
commit a76357deef
1 changed files with 1 additions and 1 deletions

View File

@ -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" }