summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/Inline
diff options
context:
space:
mode:
authorAkira Hatanaka <ahatanaka@apple.com>2015-11-11 02:11:46 +0000
committerAkira Hatanaka <ahatanaka@apple.com>2015-11-11 02:11:46 +0000
commit5dda59264335f1ca78ec72fdb0b6072ed898c2a0 (patch)
tree8a96aa0cdbbdba43391e86aa17378ad138ae3033 /llvm/test/Transforms/Inline
parented60b436d46b74c6c6bf38a59c362406621739ff (diff)
downloadbcm5719-llvm-5dda59264335f1ca78ec72fdb0b6072ed898c2a0.tar.gz
bcm5719-llvm-5dda59264335f1ca78ec72fdb0b6072ed898c2a0.zip
Sort the enums in Attributes.h in case insensitive alphabetical order.
Sort the enums in preparation for moving the attributes to a table-gen file. rdar://problem/19836465 llvm-svn: 252692
Diffstat (limited to 'llvm/test/Transforms/Inline')
-rw-r--r--llvm/test/Transforms/Inline/inline_invoke.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/Inline/inline_invoke.ll b/llvm/test/Transforms/Inline/inline_invoke.ll
index 8b666956c91..6784e16b1d8 100644
--- a/llvm/test/Transforms/Inline/inline_invoke.ll
+++ b/llvm/test/Transforms/Inline/inline_invoke.ll
@@ -344,5 +344,5 @@ terminate:
; CHECK: attributes [[NUW]] = { nounwind }
; CHECK: attributes #1 = { nounwind readnone }
; CHECK: attributes #2 = { ssp uwtable }
-; CHECK: attributes #3 = { nounwind argmemonly }
+; CHECK: attributes #3 = { argmemonly nounwind }
; CHECK: attributes #4 = { noreturn nounwind }
OpenPOWER on IntegriCloud