brintos

brintos / llvm-project-archived public Read only

0
0
Text · 834 B · dc717db Raw
48 lines · plain
1@ RUN: not llvm-mc -triple thumbv7m-apple-macho %s 2> %t.errs2@ RUN: FileCheck %s < %t.errs --check-prefix=CHECK-ERRS3 4@ CHECK-ERRS: error: unpredictable IT predicate sequence5@ CHECK-ERRS:     ite al6@ CHECK-ERRS: error: unpredictable IT predicate sequence7@ CHECK-ERRS:     itee al8@ CHECK-ERRS: error: unpredictable IT predicate sequence9@ CHECK-ERRS:     itet al10@ CHECK-ERRS: error: unpredictable IT predicate sequence11@ CHECK-ERRS:     itte al12@ CHECK-ERRS: error: unpredictable IT predicate sequence13@ CHECK-ERRS:     ittte al14    ite al15    itee al16    itet al17    itte al18    ittte al19 20@ CHECK-ERRS-NOT: error21    it al22    nop23 24    itt al25    nop26    nop27 28    ittt al29    nop30    nop31    nop32 33    itttt al34    nop35    nop36    nop37    nop38 39    ite eq40    nopeq41    nopne42 43    iteet hi44    nophi45    nopls46    nopls47    nophi48