Add a line that got missed off somehow. Sorry about that!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186692 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Joey Gouly 2013-07-19 16:45:16 +00:00
parent 6dae7ae765
commit 55dcefbc40

View File

@ -5176,6 +5176,7 @@ bool ARMAsmParser::shouldOmitPredicateOperand(
.contains(static_cast<ARMOperand *>(Operands[RegIdx])->getReg())))
return true;
}
return false;
}
static bool isDataTypeToken(StringRef Tok) {