mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-23 17:24:48 +00:00
Reject PR3281:accepted03.ll with:
llvm-as: accepted03.ll:1:35: invalid unresolved type up reference declare void @r({ \7, opaque, \10 } %su) ^ git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61725 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -232,7 +232,7 @@ namespace llvm {
|
||||
: Loc(L), Type(Ty), Attrs(Attr), Name(N) {}
|
||||
};
|
||||
bool ParseArgumentList(std::vector<ArgInfo> &ArgList,
|
||||
bool &isVarArg);
|
||||
bool &isVarArg, bool inType);
|
||||
bool ParseFunctionHeader(Function *&Fn, bool isDefine);
|
||||
bool ParseFunctionBody(Function &Fn);
|
||||
bool ParseBasicBlock(PerFunctionState &PFS);
|
||||
|
Reference in New Issue
Block a user