OSDN Git Service

Assigning an APInt to 0 with plain assignment gives it a one-bit
authorDan Gohman <gohman@apple.com>
Wed, 13 Feb 2008 23:07:24 +0000 (23:07 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 13 Feb 2008 23:07:24 +0000 (23:07 +0000)
commitf4f92f5ebe579ded661ec4c311f65e316405d0e6
tree4b2c2b681719daa6eaaecfa8c506e1bcc2b2eec7
parent72d2fd57b67b8afc6ddf6314c483a9d2ec71569a
Assigning an APInt to 0 with plain assignment gives it a one-bit
size. Initialize these APInts to properly-sized zero values.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47099 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86ISelLowering.cpp