Fix for PR26690
authorNemanja Ivanovic <nemanja.i.ibm@gmail.com>
Mon, 22 Feb 2016 14:47:49 +0000 (14:47 +0000)
committerNemanja Ivanovic <nemanja.i.ibm@gmail.com>
Mon, 22 Feb 2016 14:47:49 +0000 (14:47 +0000)
commitd58b976bb7a38fa438c06782827d25d266af81e5
tree80fc078d50ca7351134216e67006565f6d65e546
parent451f54cf62347d80cd0de6f5597010137b787d00
Fix for PR26690

I mistook BitVector::empty() to mean BitVector::count() == 0 and it does
not. Corrected the issue with the fix for PR26500.

llvm-svn: 261525
llvm/lib/Target/PowerPC/PPCFrameLowering.cpp