llvm-6502/lib
Dan Gohman 9ffd8b5720 Move CaseBlock, JumpTable, and BitTestBlock to be members of
SelectionDAGLowering instead of being in an anonymous namespace.
This fixes warnings about SelectionDAGLowering having fields
using anonymous namespaces.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55497 91177308-0d34-0410-b5e6-96231b3b80d8
2008-08-28 20:38:18 +00:00
..
Analysis Clear the intervals list in "destroy", patch by 2008-08-28 03:33:03 +00:00
Archive
AsmParser
Bitcode
CodeGen Move CaseBlock, JumpTable, and BitTestBlock to be members of 2008-08-28 20:38:18 +00:00
Debugger
ExecutionEngine Avoid a warning about isTargetNullPtr being unused in release builds. 2008-08-26 01:38:29 +00:00
Linker
Support
System
Target Use resize instead of reserve. Reserve doesn't change size(). 2008-08-28 18:32:53 +00:00
Transforms Do not apply the transformation if the target does not support DestTy natively. 2008-08-27 20:55:23 +00:00
VMCore Make the verifier reject instructions which have null pointers 2008-08-28 04:02:44 +00:00
Makefile