llvm-6502/test
Hans Wennborg 74b5b195fd SelectionDAG switch lowering: use 'unsigned' to count destination popularity
SwitchInst::getNumCases() returns unsinged, so using uint64_t to count cases
seems unnecessary.

Also fix a missing CHECK in the test case.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@224393 91177308-0d34-0410-b5e6-96231b3b80d8
2014-12-16 23:41:59 +00:00
..
Analysis IR: Make metadata typeless in assembly 2014-12-15 19:07:53 +00:00
Assembler DebugInfo: Update testcase to actually check something 2014-12-16 07:08:19 +00:00
Bindings IR: Make metadata typeless in assembly 2014-12-15 19:07:53 +00:00
Bitcode IR: Make metadata typeless in assembly 2014-12-15 19:07:53 +00:00
BugPoint IR: Make metadata typeless in assembly 2014-12-15 19:07:53 +00:00
CodeGen SelectionDAG switch lowering: use 'unsigned' to count destination popularity 2014-12-16 23:41:59 +00:00
DebugInfo ARM/AArch64: Attach the FrameSetup MIFlag to CFI instructions. 2014-12-16 00:20:49 +00:00
ExecutionEngine
Feature IR: Make metadata typeless in assembly 2014-12-15 19:07:53 +00:00
FileCheck
Instrumentation [sanitizer] prevent function call merging for sanitizer-coverage callbacks 2014-12-16 21:24:15 +00:00
Integer
JitListener IR: Make metadata typeless in assembly 2014-12-15 19:07:53 +00:00
Linker Linker: Drop superseded subprograms 2014-12-16 23:23:41 +00:00
LTO
MC [Hexagon] Updating doubleword shift usages to new versions. 2014-12-16 23:36:15 +00:00
Object Start adding thin archive support. 2014-12-16 01:43:41 +00:00
Other
SymbolRewriter
TableGen
tools Add printing the LC_ENCRYPTION_INFO load command with llvm-objdump’s -private-headers. 2014-12-16 23:25:52 +00:00
Transforms Masked Load and Store Intrinsics in loop vectorizer. 2014-12-16 11:50:42 +00:00
Unit
Verifier IR: Stop printing 'metadata' in Metadata::print() 2014-12-16 07:40:31 +00:00
YAMLParser
.clang-format
CMakeLists.txt
lit.cfg
lit.site.cfg.in
Makefile
Makefile.tests
TestRunner.sh