mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-13 09:33:50 +00:00
remove some fixme's
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92304 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c17e2849d1
commit
7fccf76048
@ -538,7 +538,6 @@ bool LLParser::ParseStandaloneMetadata() {
|
||||
LocTy TyLoc;
|
||||
PATypeHolder Ty(Type::getVoidTy(Context));
|
||||
SmallVector<Value *, 16> Elts;
|
||||
// FIXME: This doesn't make sense here. Pull braced MD stuff parsing out!
|
||||
if (ParseUInt32(MetadataID) ||
|
||||
ParseToken(lltok::equal, "expected '=' here") ||
|
||||
ParseType(Ty, TyLoc) ||
|
||||
@ -1907,7 +1906,6 @@ bool LLParser::ParseValID(ValID &ID) {
|
||||
case lltok::exclaim: // !{...} MDNode, !"foo" MDString
|
||||
Lex.Lex();
|
||||
|
||||
// FIXME: This doesn't belong here.
|
||||
if (EatIfPresent(lltok::lbrace)) {
|
||||
SmallVector<Value*, 16> Elts;
|
||||
if (ParseMDNodeVector(Elts) ||
|
||||
|
Loading…
x
Reference in New Issue
Block a user