forked from OSchip/llvm-project
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:
parent
0ea075328e
commit
b187f5d988
|
@ -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"}
|
||||
|
|
Loading…
Reference in New Issue