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/Transforms/MemCpyOpt | |
| 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/Transforms/MemCpyOpt')
| -rw-r--r-- | llvm/test/Transforms/MemCpyOpt/memcpy.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/MemCpyOpt/memcpy.ll b/llvm/test/Transforms/MemCpyOpt/memcpy.ll index c091073db84..6181543cfc6 100644 --- a/llvm/test/Transforms/MemCpyOpt/memcpy.ll +++ b/llvm/test/Transforms/MemCpyOpt/memcpy.ll @@ -206,6 +206,6 @@ declare void @f1(%struct.big* nocapture sret) declare void @f2(%struct.big*) ; CHECK: attributes [[NUW]] = { nounwind } -; CHECK: attributes #1 = { nounwind argmemonly } +; CHECK: attributes #1 = { argmemonly nounwind } ; CHECK: attributes #2 = { nounwind ssp } ; CHECK: attributes #3 = { nounwind ssp uwtable } |

