mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
20e18bca46
Use simpler names and remove unnecessary fields. llvm-svn: 220499
9 lines
185 B
LLVM
9 lines
185 B
LLVM
; RUN: not llvm-link %s %s -S -o - 2>&1 | FileCheck %s
|
|
|
|
$c1 = comdat largest
|
|
|
|
define void @c1() comdat $c1 {
|
|
ret void
|
|
}
|
|
; CHECK: GlobalVariable required for data dependent selection!
|