mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-19 01:27:40 +00:00
Make helper function static.
llvm-svn: 163504
This commit is contained in:
parent
3d97b600fa
commit
37ce5fbc3b
@ -735,8 +735,7 @@ MCSymbolRefExpr::VariantKind MipsAsmParser::getVariantKind(StringRef Symbol) {
|
||||
return VK;
|
||||
}
|
||||
|
||||
int ConvertCcString(StringRef CondString){
|
||||
|
||||
static int ConvertCcString(StringRef CondString) {
|
||||
int CC = StringSwitch<unsigned>(CondString)
|
||||
.Case(".f", 0)
|
||||
.Case(".un", 1)
|
||||
|
Loading…
Reference in New Issue
Block a user