Enable generating legacy IT block for AArch32
[oota-llvm.git] / test / CodeGen / ARM / 2013-05-05-IfConvertBug.ll
index 2bebcf481857a103f7b9621a2d212924e1ee1dee..c4f5f54c3af017d79076c7f14eae8fdddd667692 100644 (file)
@@ -1,5 +1,6 @@
 ; RUN: llc < %s -mtriple=thumbv7-apple-ios -mcpu=cortex-a8 | FileCheck %s
 ; RUN: llc < %s -mtriple=thumbv8 | FileCheck -check-prefix=CHECK-V8 %s
+; RUN: llc < %s -mtriple=thumbv7 -arm-restrict-it | FileCheck -check-prefix=CHECK-V8 %s
 ; rdar://13782395
 
 define i32 @t1(i32 %a, i32 %b, i8** %retaddr) {