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/Analysis/BasicAA | |
| 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/Analysis/BasicAA')
| -rw-r--r-- | llvm/test/Analysis/BasicAA/intrinsics.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/Analysis/BasicAA/intrinsics.ll b/llvm/test/Analysis/BasicAA/intrinsics.ll index 50ddadd46b1..526a039ef7a 100644 --- a/llvm/test/Analysis/BasicAA/intrinsics.ll +++ b/llvm/test/Analysis/BasicAA/intrinsics.ll @@ -38,6 +38,6 @@ entry: declare <8 x i16> @llvm.arm.neon.vld1.v8i16.p0i8(i8*, i32) nounwind readonly declare void @llvm.arm.neon.vst1.p0i8.v8i16(i8*, <8 x i16>, i32) nounwind -; CHECK: attributes #0 = { nounwind readonly argmemonly } -; CHECK: attributes #1 = { nounwind argmemonly } +; CHECK: attributes #0 = { argmemonly nounwind readonly } +; CHECK: attributes #1 = { argmemonly nounwind } ; CHECK: attributes [[ATTR]] = { nounwind } |

