aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/2010-05-21-BuildVector.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/ARM/2010-05-21-BuildVector.ll')
-rw-r--r--test/CodeGen/ARM/2010-05-21-BuildVector.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/2010-05-21-BuildVector.ll b/test/CodeGen/ARM/2010-05-21-BuildVector.ll
index a400b7b..5bc08b0 100644
--- a/test/CodeGen/ARM/2010-05-21-BuildVector.ll
+++ b/test/CodeGen/ARM/2010-05-21-BuildVector.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=arm -mcpu=cortex-a8 | FileCheck %s
+; RUN: llc -mtriple=arm-eabi -mcpu=cortex-a8 %s -o - | FileCheck %s
; Radar 7872877
define void @test(float* %fltp, i32 %packedValue, float* %table) nounwind {