llvm-6502/test/CodeGen/PowerPC/2010-02-04-EmptyGlobal.ll
2010-02-05 11:21:05 +00:00

12 lines
290 B
LLVM

; 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