llvm-6502/lib/Target/Mips/AsmPrinter
Bruno Cardoso Lopes 46773793cb Fix PR7174, a couple o Mips fixes:
- Fix a typo for PIC check during jmp table lowering
- Also fix the "first jump table basic block is not
considered only reachable by fall through" problem, use this
ad-hoc solution until I come up with something better.

Patch by stetorvs@gmail.com



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108820 91177308-0d34-0410-b5e6-96231b3b80d8
2010-07-20 08:37:04 +00:00
..
CMakeLists.txt fix some inconsistent line endings, patch by Jakub Staszak! 2010-05-01 17:36:49 +00:00
Makefile Fix LLVM build when the user specifies CPPFLAGS on the make command line. 2010-03-12 21:42:14 +00:00
MipsAsmPrinter.cpp Fix PR7174, a couple o Mips fixes: 2010-07-20 08:37:04 +00:00