mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-04 11:17:31 +00:00
Remove redundant ValID::ValID:: scoping (doesn't compile on Windows).
llvm-svn: 61727
This commit is contained in:
parent
de65ed6370
commit
767201ceb7
@ -1999,7 +1999,7 @@ bool LLParser::ConvertValIDToValue(const Type *Ty, ValID &ID, Value *&V,
|
||||
V = PFS.GetVal(ID.UIntVal, Ty, ID.Loc);
|
||||
else if (ID.Kind == ValID::t_LocalName)
|
||||
V = PFS.GetVal(ID.StrVal, Ty, ID.Loc);
|
||||
else if (ID.Kind == ValID::ValID::t_InlineAsm) {
|
||||
else if (ID.Kind == ValID::t_InlineAsm) {
|
||||
const PointerType *PTy = dyn_cast<PointerType>(Ty);
|
||||
const FunctionType *FTy =
|
||||
PTy ? dyn_cast<FunctionType>(PTy->getElementType()) : 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user