summaryrefslogtreecommitdiffstats
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
commitb187f5d988e95197e4b8cfa2121ee13c292ad8bc (patch)
tree51b462654f1f62d4a7c5484f71cd1e1f9dbc9757
parent0ea075328ebb0368cf208ca11e3b2123179a259b (diff)
downloadbcm5719-llvm-b187f5d988e95197e4b8cfa2121ee13c292ad8bc.tar.gz
bcm5719-llvm-b187f5d988e95197e4b8cfa2121ee13c292ad8bc.zip
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
-rw-r--r--llvm/test/CodeGen/ARM/build-attributes-fn-attr6.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/build-attributes-fn-attr6.ll b/llvm/test/CodeGen/ARM/build-attributes-fn-attr6.ll
index 554b72cc323..61741c000da 100644
--- a/llvm/test/CodeGen/ARM/build-attributes-fn-attr6.ll
+++ b/llvm/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"}
OpenPOWER on IntegriCloud