Mercurial > hg > CbC > CbC_llvm
view test/Linker/pr22807.ll @ 100:7d135dc70f03 LLVM 3.9
LLVM 3.9
author | Miyagi Mitsuki <e135756@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 26 Jan 2016 22:53:40 +0900 |
parents | afa8332a0e37 |
children |
line wrap: on
line source
; RUN: llvm-link -S -o - %p/pr22807.ll %p/Inputs/pr22807-1.ll %p/Inputs/pr22807-2.ll | FileCheck %s ; CHECK-NOT: type ; CHECK: %struct.B = type { %struct.A* } ; CHECK-NEXT: %struct.A = type { %struct.B* } ; CHECK-NOT: type %struct.B = type { %struct.A* } %struct.A = type opaque define i32 @baz(%struct.B* %BB) { ret i32 0 }