Make test/CodeGen/ARM64/vector-insertion.ll explicitly select neon syntax
authorLouis Gerbarg <lgg@apple.com>
Thu, 17 Apr 2014 21:32:41 +0000 (21:32 +0000)
committerLouis Gerbarg <lgg@apple.com>
Thu, 17 Apr 2014 21:32:41 +0000 (21:32 +0000)
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

index c9ca74929e941d579b6f35bad179ab5d75f2e450..b9f3fc131e8e5fb5b7969299ff550253b4cc0ce3 100644 (file)
@@ -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: