Bug fix in creating constants: need 1U << 31, not 1 << 31.
authorVikram S. Adve <vadve@cs.uiuc.edu>
Thu, 10 Jul 2003 19:48:19 +0000 (19:48 +0000)
committerVikram S. Adve <vadve@cs.uiuc.edu>
Thu, 10 Jul 2003 19:48:19 +0000 (19:48 +0000)
commit940a3a47b0394916fb02f86b656bfc33078a8394
treec39559262bb6589839ab98f720dc784c004e35f7
parentad80db6d7d76f961b55255b88ba8bdbec17d7779
Bug fix in creating constants: need 1U << 31, not 1 << 31.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7158 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/SparcV9/SparcV9InstrInfo.cpp