[mips] MIPS-IV is broadly the same as MIPS64 so duplicate all -mcpu=mips64 tests...
[oota-llvm.git] / test / CodeGen / ARM / Windows / no-arm-mode.ll
1 ; RUN: not llc -mtriple=armv7-windows-itanium -mcpu=cortex-a9 -o /dev/null %s 2>&1 \
2 ; RUN:  | FileCheck %s
3
4 ; CHECK: does not support ARM mode execution
5