llvm-6502/lib/Target/MSP430/AsmPrinter
John McCall c226fe3c3e Pass the error string directly to llvm_unreachable instead of the residual
(0 && "error").  Rough consensus seems to be that g++ *should* be diagnosing
this because the pointer makes it not an ICE in c++03.  Everyone agrees that
the current standard is silly and null-pointer-ness should not be based on
ICE-ness.  Excellent fight scene in Act II, denouement weak, two stars.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@91644 91177308-0d34-0410-b5e6-96231b3b80d8
2009-12-18 00:27:18 +00:00
..
CMakeLists.txt Update CMake files. 2009-10-26 22:06:01 +00:00
Makefile Normalize makefile comments and sort cmake file lists. 2009-08-31 13:05:24 +00:00
MSP430AsmPrinter.cpp Move DebugInfo checks into EmitComments and remove them from 2009-11-13 21:34:57 +00:00
MSP430InstPrinter.cpp Initial support for addrmode handling. Tests by Brian Lucas! 2009-11-07 17:13:35 +00:00
MSP430InstPrinter.h Distinguish between pcrel imm operands and 'normal' ones. Fix fixes gross weirdness of asmprinting. 2009-10-21 00:13:25 +00:00
MSP430MCInstLower.cpp Pass the error string directly to llvm_unreachable instead of the residual 2009-12-18 00:27:18 +00:00
MSP430MCInstLower.h Handle external symbols 2009-10-21 00:13:42 +00:00