aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC/i128-and-beyond.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/PowerPC/i128-and-beyond.ll')
-rw-r--r--test/CodeGen/PowerPC/i128-and-beyond.ll8
1 files changed, 0 insertions, 8 deletions
diff --git a/test/CodeGen/PowerPC/i128-and-beyond.ll b/test/CodeGen/PowerPC/i128-and-beyond.ll
deleted file mode 100644
index acdea09f447e..000000000000
--- a/test/CodeGen/PowerPC/i128-and-beyond.ll
+++ /dev/null
@@ -1,8 +0,0 @@
-; RUN: llc -verify-machineinstrs < %s -march=ppc32 | grep 4294967295 | count 28
-
-; These static initializers are too big to hand off to assemblers
-; as monolithic blobs.
-
-@x = global i128 -1
-@y = global i256 -1
-@z = global i512 -1