diff options
author | Tim Northover <tnorthover@apple.com> | 2014-04-16 11:53:07 +0000 |
---|---|---|
committer | Tim Northover <tnorthover@apple.com> | 2014-04-16 11:53:07 +0000 |
commit | 46ecdf5a0f797768f744ee6628d2275651f0dd22 (patch) | |
tree | 5912d29a5c2cdf2c613fe6744046061fbb0f3c1c /llvm/test/CodeGen/AArch64/inline-asm-constraints-badK.ll | |
parent | 3ec1de7767610752e990f9e05b51cafd97450f69 (diff) | |
download | bcm5719-llvm-46ecdf5a0f797768f744ee6628d2275651f0dd22.tar.gz bcm5719-llvm-46ecdf5a0f797768f744ee6628d2275651f0dd22.zip |
AArch64/ARM64: add another set of tests from AArch64
Another batch with no code changes.
llvm-svn: 206381
Diffstat (limited to 'llvm/test/CodeGen/AArch64/inline-asm-constraints-badK.ll')
-rw-r--r-- | llvm/test/CodeGen/AArch64/inline-asm-constraints-badK.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/AArch64/inline-asm-constraints-badK.ll b/llvm/test/CodeGen/AArch64/inline-asm-constraints-badK.ll index 40746e1528c..cc4558fa54e 100644 --- a/llvm/test/CodeGen/AArch64/inline-asm-constraints-badK.ll +++ b/llvm/test/CodeGen/AArch64/inline-asm-constraints-badK.ll @@ -1,4 +1,5 @@ ; RUN: not llc -mtriple=aarch64-none-linux-gnu < %s +; RUN: not llc -mtriple=arm64-apple-ios7.0 -o - %s define void @foo() { ; 32-bit bitpattern ending in 1101 can't be produced. |