diff options
Diffstat (limited to 'llvm/test/CodeGen/Thumb2/v8_IT_2.ll')
-rw-r--r-- | llvm/test/CodeGen/Thumb2/v8_IT_2.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/Thumb2/v8_IT_2.ll b/llvm/test/CodeGen/Thumb2/v8_IT_2.ll index fe88316d147..170b4135b53 100644 --- a/llvm/test/CodeGen/Thumb2/v8_IT_2.ll +++ b/llvm/test/CodeGen/Thumb2/v8_IT_2.ll @@ -1,4 +1,5 @@ ; RUN: llc < %s -mtriple=thumbv8 | FileCheck %s +; RUN: llc < %s -mtriple=thumbv7 -arm-restrict-it | FileCheck %s %struct.quad_struct = type { i32, i32, %struct.quad_struct*, %struct.quad_struct*, %struct.quad_struct*, %struct.quad_struct*, %struct.quad_struct* } |