mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-13 08:54:59 +00:00
7 lines
308 B
Plaintext
7 lines
308 B
Plaintext
//===---------------------------------------------------------------------===//
|
|
// Random ideas for the ARM backend (Thumb2 specific).
|
|
//===---------------------------------------------------------------------===//
|
|
|
|
Make sure jumptable destinations are below the jumptable in order to make use
|
|
of tbb / tbh.
|