aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC/2006-01-11-darwin-fp-argument.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/PowerPC/2006-01-11-darwin-fp-argument.ll')
-rw-r--r--test/CodeGen/PowerPC/2006-01-11-darwin-fp-argument.ll10
1 files changed, 0 insertions, 10 deletions
diff --git a/test/CodeGen/PowerPC/2006-01-11-darwin-fp-argument.ll b/test/CodeGen/PowerPC/2006-01-11-darwin-fp-argument.ll
deleted file mode 100644
index 48ad072fe5f6..000000000000
--- a/test/CodeGen/PowerPC/2006-01-11-darwin-fp-argument.ll
+++ /dev/null
@@ -1,10 +0,0 @@
-; RUN: llc -verify-machineinstrs < %s | not grep ", f1"
-
-target datalayout = "E-p:32:32"
-target triple = "powerpc-apple-darwin8.2.0"
-
-; Dead argument should reserve an FP register.
-define double @bar(double %DEAD, double %X, double %Y) {
- %tmp.2 = fadd double %X, %Y ; <double> [#uses=1]
- ret double %tmp.2
-}