summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Generic
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2008-10-01 19:46:30 +0000
committerDan Gohman <gohman@apple.com>2008-10-01 19:46:30 +0000
commit5c8c00af1f0fc20de4b56b46bd28b718ce123fe8 (patch)
tree25f0992fd17708669ce8e0b5cc609a9d49ba93bc /llvm/test/CodeGen/Generic
parent6388dde98e6c2c9556cda5a72989d1ce52caa00a (diff)
downloadbcm5719-llvm-5c8c00af1f0fc20de4b56b46bd28b718ce123fe8.tar.gz
bcm5719-llvm-5c8c00af1f0fc20de4b56b46bd28b718ce123fe8.zip
Split this test and move it into target-specific directories.
This fixes failures on configurations that don't have one or the other targets enabled. llvm-svn: 56926
Diffstat (limited to 'llvm/test/CodeGen/Generic')
-rw-r--r--llvm/test/CodeGen/Generic/i128-and-beyond.ll9
1 files changed, 0 insertions, 9 deletions
diff --git a/llvm/test/CodeGen/Generic/i128-and-beyond.ll b/llvm/test/CodeGen/Generic/i128-and-beyond.ll
deleted file mode 100644
index bb3f81f91b6..00000000000
--- a/llvm/test/CodeGen/Generic/i128-and-beyond.ll
+++ /dev/null
@@ -1,9 +0,0 @@
-; RUN: llvm-as < %s | llc -march=x86 -mtriple=i686-pc-linux-gnu | grep 18446744073709551615 | count 14
-; RUN: llvm-as < %s | llc -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
OpenPOWER on IntegriCloud