llvm-6502/lib/AsmParser
Reid Spencer 8ce1da781e - remove use of isa<Type>(Val) since there's no inheritance relationship
any more. Needed for bug 122
- #include <iostream> since Value.h doesn't include it any more.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14621 91177308-0d34-0410-b5e6-96231b3b80d8
2004-07-04 12:19:05 +00:00
..
.cvsignore
Lexer.l Remove use of Type::TypeTy which is no longer defined. This change needed 2004-07-04 12:17:44 +00:00
llvmAsmParser.y - remove use of isa<Type>(Val) since there's no inheritance relationship 2004-07-04 12:19:05 +00:00
Makefile
Parser.cpp
ParserInternals.h Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID() 2004-06-17 18:19:28 +00:00