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:
Quentin Colombet
2012-10-30 16:32:52 +00:00
parent 446cf94cdb
commit 9a419f656e
10 changed files with 24 additions and 23 deletions
@@ -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