OSDN Git Service

This is a 1 character fix for an ARM build attribute test (r284571): the
authorSjoerd Meijer <sjoerd.meijer@arm.com>
Tue, 1 Nov 2016 15:59:37 +0000 (15:59 +0000)
committerSjoerd Meijer <sjoerd.meijer@arm.com>
Tue, 1 Nov 2016 15:59:37 +0000 (15:59 +0000)
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

test/CodeGen/ARM/build-attributes-fn-attr6.ll

index 554b72c..61741c0 100644 (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"}