OSDN Git Service

Set CR1EQ only when lowering vararg floating arguments (not any vararg
authorRoman Divacky <rdivacky@freebsd.org>
Tue, 30 Aug 2011 17:04:16 +0000 (17:04 +0000)
committerRoman Divacky <rdivacky@freebsd.org>
Tue, 30 Aug 2011 17:04:16 +0000 (17:04 +0000)
commit0aaa9195b53e693eb8618fef305e3799b5b77771
treeca220202dc4808cd9a032a9255fcc845a71a19fc
parente7815c22fc1f6beb38500745904209d2c6bbf3fd
Set CR1EQ only when lowering vararg floating arguments (not any vararg
arguments as before), unset CR1EQ otherwise.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138802 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PowerPC/PPCISelLowering.cpp
lib/Target/PowerPC/PPCInstrInfo.td
test/CodeGen/PowerPC/cr1eq.ll [new file with mode: 0644]