mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-26 12:20:42 +00:00
Change ForceSizeOpt attribute into MinSize attribute
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167020 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
; RUN: llc < %s -mtriple=thumbv7-apple-ios -mcpu=cortex-a8 | FileCheck %s -check-prefix=T2
|
||||
; rdar://12348580
|
||||
|
||||
define void @t1() noreturn forcesizeopt nounwind ssp {
|
||||
define void @t1() noreturn minsize nounwind ssp {
|
||||
entry:
|
||||
; ARM: t1:
|
||||
; ARM: bl _bar
|
||||
@@ -17,7 +17,7 @@ entry:
|
||||
unreachable
|
||||
}
|
||||
|
||||
define void @t2() noreturn forcesizeopt nounwind ssp {
|
||||
define void @t2() noreturn minsize nounwind ssp {
|
||||
entry:
|
||||
; ARM: t2:
|
||||
; ARM: bl _t1
|
||||
Reference in New Issue
Block a user