llvm-6502/lib/AsmParser
Chris Lattner 386a3b7b95 Simplify some code
Remove Method special case
Fix bug exposed by this testcase:

implementation

void "PtrFunc2"()
begin
bb1:
        %reg = add int(int)* null, null
        add int (int)* %reg, null
        ret void
end


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@852 91177308-0d34-0410-b5e6-96231b3b80d8
2001-10-16 19:54:17 +00:00
..
Lexer.l Support the new Invoke instruction 2001-10-13 06:37:14 +00:00
llvmAsmParser.y Simplify some code 2001-10-16 19:54:17 +00:00
Makefile Initial revision 2001-06-06 20:29:01 +00:00
Parser.cpp Remove exception specification 2001-10-13 06:37:27 +00:00
ParserInternals.h Simplify some code 2001-10-16 19:54:17 +00:00