[mips] Move MipsTargetLowering::MipsCC::regSize() to MipsSubtarget::getGPRSizeInBytes()
[oota-llvm.git] / test / Linker / comdat9.ll
1 ; RUN: llvm-link %s %p/Inputs/comdat9.ll -S -o - | FileCheck %s
2
3 ; CHECK: $c = comdat any
4 ; CHECK: @a = alias void ()* @f
5 ; CHECK: define internal void @f() comdat $c {
6 ; CHECK:   ret void
7 ; CHECK: }