Fix shift overflow bug that would occur when a field was a full 32-bits
authorChris Lattner <sabre@nondot.org>
Sun, 5 Oct 2008 18:31:58 +0000 (18:31 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 5 Oct 2008 18:31:58 +0000 (18:31 +0000)
commit1cfa0776c3053b894bcc8c74610e09118340aad3
treec0fa5106ab52bf2ad0ad6b3afa3525850a62376c
parent834eb40f442ae0862b8e283f8f4e0203bd436c56
Fix shift overflow bug that would occur when a field was a full 32-bits
in tblgen.  This is PR2827, thanks to Waldemar Knorr for tracking this
down.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57124 91177308-0d34-0410-b5e6-96231b3b80d8
utils/TableGen/CodeEmitterGen.cpp