mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-04 10:30:01 +00:00
Remove redundant ValID::ValID:: scoping (doesn't compile on Windows).
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61727 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c69bf2c832
commit
b0adcdb7e5
@ -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