aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC/pr28630.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/PowerPC/pr28630.ll')
-rw-r--r--test/CodeGen/PowerPC/pr28630.ll13
1 files changed, 0 insertions, 13 deletions
diff --git a/test/CodeGen/PowerPC/pr28630.ll b/test/CodeGen/PowerPC/pr28630.ll
deleted file mode 100644
index a6759fa04b5c..000000000000
--- a/test/CodeGen/PowerPC/pr28630.ll
+++ /dev/null
@@ -1,13 +0,0 @@
-; RUN: llc -mtriple=powerpc64le-unknown-linux-gnu -verify-machineinstrs -O0 < %s
-
-define double @test() {
- ret double 1.000000e+00
-}
-
-@g = common global double 0.000000e+00, align 8
-
-define double @testitd() {
- %g = load double, double* @g, align 8
- ret double %g
-}
-