diff options
author | Akira Hatanaka <ahatanaka@apple.com> | 2015-11-11 02:11:46 +0000 |
---|---|---|
committer | Akira Hatanaka <ahatanaka@apple.com> | 2015-11-11 02:11:46 +0000 |
commit | 5dda59264335f1ca78ec72fdb0b6072ed898c2a0 (patch) | |
tree | 8a96aa0cdbbdba43391e86aa17378ad138ae3033 /llvm/test/Bitcode/compatibility.ll | |
parent | ed60b436d46b74c6c6bf38a59c362406621739ff (diff) | |
download | bcm5719-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/Bitcode/compatibility.ll')
-rw-r--r-- | llvm/test/Bitcode/compatibility.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/Bitcode/compatibility.ll b/llvm/test/Bitcode/compatibility.ll index 49689a99237..6c08a930209 100644 --- a/llvm/test/Bitcode/compatibility.ll +++ b/llvm/test/Bitcode/compatibility.ll @@ -1508,8 +1508,8 @@ normal: ; CHECK: attributes #31 = { "cpu"="cortex-a8" } ; CHECK: attributes #32 = { norecurse } ; CHECK: attributes #33 = { nounwind readnone } -; CHECK: attributes #34 = { nounwind readonly argmemonly } -; CHECK: attributes #35 = { nounwind argmemonly } +; CHECK: attributes #34 = { argmemonly nounwind readonly } +; CHECK: attributes #35 = { argmemonly nounwind } ; CHECK: attributes #36 = { nounwind readonly } ; CHECK: attributes #37 = { builtin } |