Unbreak VC++ build. Do not use identifiers starting with _ as they are reserved and
authorJeff Cohen <jeffc@jolt-lang.org>
Mon, 12 Mar 2007 17:56:27 +0000 (17:56 +0000)
committerJeff Cohen <jeffc@jolt-lang.org>
Mon, 12 Mar 2007 17:56:27 +0000 (17:56 +0000)
commitc4558fde76bdb17bff28375fe20ee02e027095b8
tree5b5b674235e1ae8aa6f6622a9c6bbea2d81fbc22
parent7d820f57e27fc00fafe58cd257ac62e38d68fee5
Unbreak VC++ build.  Do not use identifiers starting with _ as they are reserved and
can collide with system defined names.  Windows defines _BB, for example.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35066 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Utils/LowerSwitch.cpp