aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/PowerPC/2010-02-04-EmptyGlobal.ll
blob: 32ddb3484812d96b3326a4431e6f900ca040978c (plain)
1
2
3
4
5
6
7
8
9
10
11
; RUN: llc < %s -mtriple=powerpc-apple-darwin10 -relocation-model=pic -disable-fp-elim | FileCheck %s
; <rdar://problem/7604010>

%cmd.type = type { }

@_cmd = constant %cmd.type zeroinitializer

; CHECK:      .globl __cmd
; CHECK-NEXT: .align 3
; CHECK-NEXT: __cmd:
; CHECK-NEXT: .space 1