summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AArch64/neon-diagnostics.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/AArch64/neon-diagnostics.ll')
-rw-r--r--llvm/test/CodeGen/AArch64/neon-diagnostics.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AArch64/neon-diagnostics.ll b/llvm/test/CodeGen/AArch64/neon-diagnostics.ll
index e28df29f3e8..099b6856cec 100644
--- a/llvm/test/CodeGen/AArch64/neon-diagnostics.ll
+++ b/llvm/test/CodeGen/AArch64/neon-diagnostics.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -verify-machineinstrs -mtriple=arm64-none-linux-gnu -mattr=+neon | FileCheck %s
+; RUN: llc < %s -verify-machineinstrs -mtriple=aarch64-none-linux-gnu -mattr=+neon | FileCheck %s
define <2 x float> @test_vfma_lane_f32(<2 x float> %a, <2 x float> %b, <2 x float> %v) {
; CHECK: test_vfma_lane_f32:
OpenPOWER on IntegriCloud