Fix compile error "jump to case label crosses initialization".
authorNick Lewycky <nicholas@mxc.ca>
Sun, 28 Jan 2007 15:39:16 +0000 (15:39 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Sun, 28 Jan 2007 15:39:16 +0000 (15:39 +0000)
commit53108978849710fc5a8a5eb0b8ebefd8265b86c3
treeea8c8c9d96524c1389cc5f41119a931f57f3c950
parent66a8c8ccb8511900a957784e51517bb3b905c085
Fix compile error "jump to case label crosses initialization".
What compiler are people using that accepts this code?

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