Fix Scalar::MakeSigned for 128- and 256-bit types.
authorUlrich Weigand <ulrich.weigand@de.ibm.com>
Fri, 15 Apr 2016 09:15:22 +0000 (09:15 +0000)
committerUlrich Weigand <ulrich.weigand@de.ibm.com>
Fri, 15 Apr 2016 09:15:22 +0000 (09:15 +0000)
commitfb7207ef89d6e5bef8727deac83fe64fbb11a686
tree6e7e6ec6176175cdcba98db92cd8e2f8f1288e55
parentd8d2c5c81cd8619f159aba8c64d9aa0ce7f912bd
Fix Scalar::MakeSigned for 128- and 256-bit types.

Obvious fix for incorrect result types of the operation.

Originally committed as part of (now reverted) r266311.

llvm-svn: 266419
lldb/source/Core/Scalar.cpp