mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-01 16:33:37 +01:00
22969c64d0
llvm-svn: 78968
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.
|