Fix more places which should be checking for iOS, not darwin.
[oota-llvm.git] / test / CodeGen / ARM / insn-sched1.ll
index 1d323228cd1fb43a6ababf2061445fde85d2440c..d188fae70340a5ff06a67ee22444fec6e64c77c3 100644 (file)
@@ -1,5 +1,5 @@
 ; RUN: llc < %s -march=arm -mattr=+v6
-; RUN: llc < %s -mtriple=arm-apple-darwin -mattr=+v6 |\
+; RUN: llc < %s -mtriple=arm-apple-ios -mattr=+v6 |\
 ; RUN:   grep mov | count 3
 
 define i32 @test(i32 %x) {