Fix a compile error with VC++, which things that static const arrays need
authorChris Lattner <sabre@nondot.org>
Wed, 12 Jan 2005 04:23:22 +0000 (04:23 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 12 Jan 2005 04:23:22 +0000 (04:23 +0000)
commita56cea44958ff316c34e4d35bc24acfbca5f02f2
treeeb5a77c5c844f0e00475a1b6f047601550276ad2
parent7dbcb75b151a5b00863ec90e9893925fcfc51cf6
Fix a compile error with VC++, which things that static const arrays need
to be dynamically initialized. :(

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