[x86] Initialize a pointer to null to fix a bug in r212602.
authorChandler Carruth <chandlerc@gmail.com>
Wed, 9 Jul 2014 10:36:42 +0000 (10:36 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Wed, 9 Jul 2014 10:36:42 +0000 (10:36 +0000)
commitef5dcf571e1d59d6b3d749b7d355efee94da5571
tree54f2e4d79bda606e99e91ab8018a61ad5ea809b2
parentf5a5fbd3f4cd3e7b8b0f96a2dc57d35b04851f1f
[x86] Initialize a pointer to null to fix a bug in r212602.

This should restore GCC hosts (which happen to put the bad stuff into
the pointer) and MSan, etc.

llvm-svn: 212606
llvm/lib/Target/X86/X86ISelLowering.cpp