diff options
author | Krzysztof Parzyszek <kparzysz@codeaurora.org> | 2015-04-13 20:49:08 +0000 |
---|---|---|
committer | Krzysztof Parzyszek <kparzysz@codeaurora.org> | 2015-04-13 20:49:08 +0000 |
commit | ac1b966604166ef00a4e3c48364619ba5320bccc (patch) | |
tree | a0db86aa5be82d32d1a292dc7986e97ec614be0e /llvm/test/CodeGen | |
parent | cca5f68e5310b7ada3f0eb9b724d483c59da4f7b (diff) | |
download | bcm5719-llvm-ac1b966604166ef00a4e3c48364619ba5320bccc.tar.gz bcm5719-llvm-ac1b966604166ef00a4e3c48364619ba5320bccc.zip |
Also add mtriple to the aarch64 testcase
llvm-svn: 234797
Diffstat (limited to 'llvm/test/CodeGen')
-rw-r--r-- | llvm/test/CodeGen/AArch64/tailcall-mem-intrinsics.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AArch64/tailcall-mem-intrinsics.ll b/llvm/test/CodeGen/AArch64/tailcall-mem-intrinsics.ll index 43e25aa90c0..9a3d7de68e3 100644 --- a/llvm/test/CodeGen/AArch64/tailcall-mem-intrinsics.ll +++ b/llvm/test/CodeGen/AArch64/tailcall-mem-intrinsics.ll @@ -1,4 +1,4 @@ -; RUN: llc -march=aarch64 < %s | FileCheck %s +; RUN: llc -march=aarch64 -mtriple=aarch64-pc-linux-gnu < %s | FileCheck %s ; CHECK-LABEL: tail_memcpy: ; CHECK: b memcpy |