mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-16 14:31:59 +00:00
Test commit for user vmedic, to verify commit access. One line of comment is added to MipsAsmParser.cpp.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183215 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
888ca964a4
commit
164de54391
@ -1460,7 +1460,7 @@ MCSymbolRefExpr::VariantKind MipsAsmParser::getVariantKind(StringRef Symbol) {
|
||||
|
||||
return VK;
|
||||
}
|
||||
|
||||
// Converts condition string to immediate operand value.
|
||||
static int ConvertCcString(StringRef CondString) {
|
||||
int CC = StringSwitch<unsigned>(CondString)
|
||||
.Case(".f", 0)
|
||||
|
Loading…
x
Reference in New Issue
Block a user