mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-29 14:20:29 +00:00
Add parentheses to silence buildbot warning
llvm-svn: 267734
This commit is contained in:
parent
ed6f89bcdc
commit
8b365897a4
@ -296,8 +296,8 @@ int AArch64TTIImpl::getExtractWithExtendCost(unsigned Opcode, Type *Dst,
|
||||
unsigned Index) {
|
||||
|
||||
// Make sure we were given a valid extend opcode.
|
||||
assert(Opcode == Instruction::SExt ||
|
||||
Opcode == Instruction::ZExt && "Invalid opcode");
|
||||
assert((Opcode == Instruction::SExt || Opcode == Instruction::ZExt) &&
|
||||
"Invalid opcode");
|
||||
|
||||
// We are extending an element we extract from a vector, so the source type
|
||||
// of the extend is the element type of the vector.
|
||||
|
Loading…
Reference in New Issue
Block a user