mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 09:13:34 +00:00
Silence a warning produced in assertions-disabled mode
llvm-svn: 29108
This commit is contained in:
parent
882c24e85b
commit
8c650b87d6
@ -2902,7 +2902,7 @@ Instruction *InstCombiner::MatchBSwap(BinaryOperator &I) {
|
||||
// If they do then *success* we can turn this into a bswap. Figure out what
|
||||
// bswap to make it into.
|
||||
Module *M = I.getParent()->getParent()->getParent();
|
||||
const char *FnName;
|
||||
const char *FnName = 0;
|
||||
if (I.getType() == Type::UShortTy)
|
||||
FnName = "llvm.bswap.i16";
|
||||
else if (I.getType() == Type::UIntTy)
|
||||
|
Loading…
x
Reference in New Issue
Block a user