Fix call to APSInt constructor - it doesn't take an initial value, just a
authorLang Hames <lhames@gmail.com>
Sun, 27 May 2012 21:39:49 +0000 (21:39 +0000)
committerLang Hames <lhames@gmail.com>
Sun, 27 May 2012 21:39:49 +0000 (21:39 +0000)
commit6ccb51130e8a2155f9fcaeac38c40f5bfdbc210a
tree2e30c859c5469f6baf4a48b4426954bb2879016d
parent78eb6e91bd0767ed1eb016c46767823d58295e77
Fix call to APSInt constructor - it doesn't take an initial value, just a
bitwidth and signedness. Also rename the variable to reflect its purpose.

No test case - discovered during random code exploration.

llvm-svn: 157547
clang/lib/AST/MicrosoftMangle.cpp