diff options
| author | Quentin Colombet <qcolombet@apple.com> | 2012-10-30 16:32:52 +0000 |
|---|---|---|
| committer | Quentin Colombet <qcolombet@apple.com> | 2012-10-30 16:32:52 +0000 |
| commit | 9a419f656e278b96e9dfe739cd63c7bff9a4e1fd (patch) | |
| tree | 1a0b0791da616cf4941091deb4d7e941fe162b7e /test/CodeGen | |
| parent | 446cf94cdbbc1f8e22452fc46664ac73d810c6a2 (diff) | |
Change ForceSizeOpt attribute into MinSize attribute
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167020 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen')
| -rw-r--r-- | test/CodeGen/ARM/call-noret-minsize.ll (renamed from test/CodeGen/ARM/call-noret-forsize.ll) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/ARM/call-noret-forsize.ll b/test/CodeGen/ARM/call-noret-minsize.ll index 04643f5643..35490ac69b 100644 --- a/test/CodeGen/ARM/call-noret-forsize.ll +++ b/test/CodeGen/ARM/call-noret-minsize.ll @@ -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 |
