Fix the build bot break caused by rL261441.
authorNemanja Ivanovic <nemanja.i.ibm@gmail.com>
Sat, 20 Feb 2016 20:45:37 +0000 (20:45 +0000)
committerNemanja Ivanovic <nemanja.i.ibm@gmail.com>
Sat, 20 Feb 2016 20:45:37 +0000 (20:45 +0000)
commitdaf0ca234199b4ff5590d2918d67ee5f5db971a3
tree626ab9edbd35c6dd378cafe7fd679ae3e42e5c1c
parent9ab99eecc3c614a6fc74f8ee8fab05ef43a0d3e5
Fix the build bot break caused by rL261441.

The patch has a necessary call to a function inside an assert. Which is fine
when you have asserts turned on. Not so much when they're off. Sorry about
the regression.

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