From fc8fa8238d403c244c077e44208a0dc71377f250 Mon Sep 17 00:00:00 2001 From: Louis Gerbarg Date: Thu, 17 Apr 2014 21:32:41 +0000 Subject: [PATCH] Make test/CodeGen/ARM64/vector-insertion.ll explicitly select neon syntax Change the command line vector-insertion.ll to explicitly set the neon syntax to apple so that buildbots that default to other syntaxes won't fail. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206502 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/ARM64/vector-insertion.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/ARM64/vector-insertion.ll b/test/CodeGen/ARM64/vector-insertion.ll index c9ca74929e9..b9f3fc131e8 100644 --- a/test/CodeGen/ARM64/vector-insertion.ll +++ b/test/CodeGen/ARM64/vector-insertion.ll @@ -1,4 +1,4 @@ -; RUN: llc -march=arm64 -mcpu=generic < %s | FileCheck %s +; RUN: llc -march=arm64 -mcpu=generic -arm64-neon-syntax=apple < %s | FileCheck %s define void @test0f(float* nocapture %x, float %a) #0 { entry: