diff options
author | Louis Gerbarg <lgg@apple.com> | 2014-04-17 21:32:41 +0000 |
---|---|---|
committer | Louis Gerbarg <lgg@apple.com> | 2014-04-17 21:32:41 +0000 |
commit | e43a24f4448281a552f6bb7db20c506de01d2dc2 (patch) | |
tree | c0a38436be1d39db600207c3ac471554a55510c7 | |
parent | aeeea8a86416eb2b2dcfb9e832e4196c1db0a845 (diff) | |
download | bcm5719-llvm-e43a24f4448281a552f6bb7db20c506de01d2dc2.tar.gz bcm5719-llvm-e43a24f4448281a552f6bb7db20c506de01d2dc2.zip |
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.
llvm-svn: 206502
-rw-r--r-- | llvm/test/CodeGen/ARM64/vector-insertion.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM64/vector-insertion.ll b/llvm/test/CodeGen/ARM64/vector-insertion.ll index c9ca74929e9..b9f3fc131e8 100644 --- a/llvm/test/CodeGen/ARM64/vector-insertion.ll +++ b/llvm/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: |