mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-03 14:08:57 +00:00
a023f50940
Use simpler names and remove unnecessary fields. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@220499 91177308-0d34-0410-b5e6-96231b3b80d8
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!
|