[ARM] Add and adjust saturation tests for upcoming qadd changes. NFC
[llvm-core.git] / test / Linker / pr22807.ll
blobbb4ca2b4ccfb02204349d61d20fc083c52db3110
1 ; RUN: llvm-link -S -o - %p/pr22807.ll %p/Inputs/pr22807-1.ll %p/Inputs/pr22807-2.ll | FileCheck %s
3 ; CHECK-NOT: type
4 ; CHECK: %struct.B = type { %struct.A* }
5 ; CHECK-NEXT: %struct.A = type { %struct.B* }
6 ; CHECK-NOT: type
8 %struct.B = type { %struct.A* }
9 %struct.A = type opaque
11 define i32 @baz(%struct.B* %BB) {
12   ret i32 0