forked from OSchip/llvm-project
An 'unreachable' shouldn't have a '0 &&' prefix.
llvm-svn: 119762
This commit is contained in:
parent
2063b84297
commit
2ecfcbd2aa
|
|
@ -421,8 +421,8 @@ getMovtImmOpValue(const MCInst &MI, unsigned OpIdx,
|
|||
}
|
||||
Fixups.push_back(MCFixup::Create(0, Expr, Kind));
|
||||
return 0;
|
||||
};
|
||||
llvm_unreachable(0 && "Unsupported MCExpr type in MCOperand");
|
||||
}
|
||||
llvm_unreachable("Unsupported MCExpr type in MCOperand");
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue