summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/integer_insertelement.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/ARM/integer_insertelement.ll')
-rw-r--r--test/CodeGen/ARM/integer_insertelement.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/integer_insertelement.ll b/test/CodeGen/ARM/integer_insertelement.ll
index 1d72afefb5b8..bf403b92806b 100644
--- a/test/CodeGen/ARM/integer_insertelement.ll
+++ b/test/CodeGen/ARM/integer_insertelement.ll
@@ -1,4 +1,4 @@
-; RUN: llc %s -o - -march=arm -mattr=+neon | FileCheck %s
+; RUN: llc -mtriple=arm-eabi -mattr=+neon %s -o - | FileCheck %s
; This test checks that when inserting one (integer) element into a vector,
; the vector is not spuriously copied. "vorr dX, dY, dY" is the way of moving