You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.205
Former-commit-id: 7f59f7e792705db773f1caecdaa823092f4e2927
This commit is contained in:
parent
5cd5df71cc
commit
8e12397d70
10
external/llvm/test/CodeGen/PowerPC/2006-01-11-darwin-fp-argument.ll
vendored
Normal file
10
external/llvm/test/CodeGen/PowerPC/2006-01-11-darwin-fp-argument.ll
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
; 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
|
||||
}
|
Reference in New Issue
Block a user