AArch64/ARM64: add another set of tests from AArch64
Another batch with no code changes.
llvm-svn: 206381
diff --git a/llvm/test/CodeGen/AArch64/inline-asm-constraints-badL.ll b/llvm/test/CodeGen/AArch64/inline-asm-constraints-badL.ll
index d82d5a2..e7b8173 100644
--- a/llvm/test/CodeGen/AArch64/inline-asm-constraints-badL.ll
+++ b/llvm/test/CodeGen/AArch64/inline-asm-constraints-badL.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.