aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC/2010-02-04-EmptyGlobal.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/PowerPC/2010-02-04-EmptyGlobal.ll')
-rw-r--r--test/CodeGen/PowerPC/2010-02-04-EmptyGlobal.ll20
1 files changed, 0 insertions, 20 deletions
diff --git a/test/CodeGen/PowerPC/2010-02-04-EmptyGlobal.ll b/test/CodeGen/PowerPC/2010-02-04-EmptyGlobal.ll
deleted file mode 100644
index 63ed5520663f..000000000000
--- a/test/CodeGen/PowerPC/2010-02-04-EmptyGlobal.ll
+++ /dev/null
@@ -1,20 +0,0 @@
-; RUN: llc -verify-machineinstrs < %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: .p2align 3
-; CHECK-NEXT: __cmd:
-; CHECK-NEXT: .byte 0
-
-; PR6340
-
-%Ty = type { i32, {}, i32 }
-@k = global %Ty { i32 1, {} zeroinitializer, i32 3 }
-
-; CHECK: _k:
-; CHECK-NEXT: .long 1
-; CHECK-NEXT: .long 3