From 13c83a2a09a0842ff57ec020fe3f534de766ccd1 Mon Sep 17 00:00:00 2001 From: Chad Rosier Date: Tue, 12 Nov 2013 19:13:08 +0000 Subject: [AArch64] Implemented AdvSIMD scalar x indexed element format and AdvSIMD scalar copy in MC layer. Added the MC layer tests. Fixed triple setting in test cases. Patch by Ana Pazos . git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194501 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/MC/AArch64/neon-3vdiff.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/MC/AArch64/neon-3vdiff.s') diff --git a/test/MC/AArch64/neon-3vdiff.s b/test/MC/AArch64/neon-3vdiff.s index 337b94c..1de6909 100644 --- a/test/MC/AArch64/neon-3vdiff.s +++ b/test/MC/AArch64/neon-3vdiff.s @@ -1,4 +1,4 @@ -// RUN: llvm-mc -triple=aarch64 -mattr=+neon -show-encoding < %s | FileCheck %s +// RUN: llvm-mc -triple=aarch64-none-linux-gnu -mattr=+neon -show-encoding < %s | FileCheck %s // Check that the assembler can handle the documented syntax for AArch64 -- cgit v1.1