This is a 1 character fix for an ARM build attribute test (r284571): the

purpose of the test was to have 2 different function attribute sets, but due
to a typo there was only one both with number #0.

llvm-svn: 285701
This commit is contained in:
Sjoerd Meijer 2016-11-01 15:59:37 +00:00
parent 0ea075328e
commit b187f5d988
1 changed files with 1 additions and 1 deletions

View File

@ -19,4 +19,4 @@ entry:
}
attributes #0 = { minsize norecurse nounwind optsize readnone "denormal-fp-math"="preserve-sign"}
attributes #0 = { minsize norecurse nounwind optsize readnone "denormal-fp-math"="positive-zero"}
attributes #1 = { minsize norecurse nounwind optsize readnone "denormal-fp-math"="positive-zero"}