summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/build-attributes-fn-attr6.ll
diff options
context:
space:
mode:
authorSjoerd Meijer <sjoerd.meijer@arm.com>2016-11-01 15:59:37 +0000
committerSjoerd Meijer <sjoerd.meijer@arm.com>2016-11-01 15:59:37 +0000
commitd6c57ac268ef85324ec444d07460700ea1db3384 (patch)
tree4cbcf7e49920ce1aad171879eb65ff836dd9a671 /test/CodeGen/ARM/build-attributes-fn-attr6.ll
parentcaa8396841a67f3b76db1f01de0509fc5817f36d (diff)
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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@285701 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/ARM/build-attributes-fn-attr6.ll')
-rw-r--r--test/CodeGen/ARM/build-attributes-fn-attr6.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/build-attributes-fn-attr6.ll b/test/CodeGen/ARM/build-attributes-fn-attr6.ll
index 554b72cc323..61741c000da 100644
--- a/test/CodeGen/ARM/build-attributes-fn-attr6.ll
+++ b/test/CodeGen/ARM/build-attributes-fn-attr6.ll
@@ -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"}