Commit r331416 breaks the big-endian PPC bot. On the big endian build, we
authorNemanja Ivanovic <nemanja.i.ibm@gmail.com>
Thu, 3 May 2018 01:04:13 +0000 (01:04 +0000)
committerNemanja Ivanovic <nemanja.i.ibm@gmail.com>
Thu, 3 May 2018 01:04:13 +0000 (01:04 +0000)
commit61ffbf21cdc92e1acc4794b75ea0c12e2caa9414
tree7d97a9dbfe5095f6cc562e111831a8470e638051
parentb082a8790cee4aa37b623c83da773c2f00b4a588
Commit r331416 breaks the big-endian PPC bot. On the big endian build, we
actually encounter constants wider than 64-bits. Add the guard to prevent
tripping the assert.

llvm-svn: 331420
llvm/lib/Target/PowerPC/PPCISelLowering.cpp