aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/fpcmp_ueq.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/ARM/fpcmp_ueq.ll')
-rw-r--r--test/CodeGen/ARM/fpcmp_ueq.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/fpcmp_ueq.ll b/test/CodeGen/ARM/fpcmp_ueq.ll
index 20eaa13..2e6b3e3 100644
--- a/test/CodeGen/ARM/fpcmp_ueq.ll
+++ b/test/CodeGen/ARM/fpcmp_ueq.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=arm | grep moveq
+; RUN: llc < %s -mtriple=arm-apple-darwin | grep moveq
; RUN: llc < %s -mtriple=armv7-apple-darwin -mcpu=cortex-a8 | FileCheck %s
define i32 @f7(float %a, float %b) {