summaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC/fp128.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/PowerPC/fp128.ll')
-rw-r--r--test/CodeGen/PowerPC/fp128.ll8
1 files changed, 0 insertions, 8 deletions
diff --git a/test/CodeGen/PowerPC/fp128.ll b/test/CodeGen/PowerPC/fp128.ll
deleted file mode 100644
index a0b06a482e..0000000000
--- a/test/CodeGen/PowerPC/fp128.ll
+++ /dev/null
@@ -1,8 +0,0 @@
-; RUN: llc -mtriple=powerpc64-none-linux < %s | FileCheck --check-prefix=BIGENDIAN %s
-
-@var = global fp128 0xL00000000000000008000000000000000
-
-; CHECK-BIGENDIAN: var:
-; CHECK-BIGENDIAN-NEXT: .quad -9223372036854775808 # fp128 -0
-; CHECK-BIGENDIAN-NEXT: .quad 0
-