[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)
commita2a8a72f6f27f399ef700a029559cb3a7494c1f8
tree5bb5c5510b68d1460abf91f9a24926ae4abacdbc
parentf08bcb9b975c4078a380d955855dad565f80d042
[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.

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