Enabling thumb2 mode used to force support for armv6t2. Replace this
[oota-llvm.git] / test / CodeGen / Thumb2 / div.ll
index 003d71797ab19a36b9d69bdeba776270f96cdc1b..e783c8892397df7871f29f6726b366dc1ebabf4a 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llc < %s -mtriple=thumb-apple-darwin -mattr=+thumb2 \
+; RUN: llc < %s -mtriple=thumb-apple-darwin -mcpu=arm1156t2-s -mattr=+thumb2 \
 ; RUN:    | FileCheck %s -check-prefix=CHECK-THUMB
 ; RUN: llc < %s -march=thumb -mcpu=cortex-m3 -mattr=+thumb2 \
 ; RUN:    | FileCheck %s -check-prefix=CHECK-THUMBV7M