llvm with tablegen backend for capstone disassembler
Go to file
Dale Johannesen c31eb205c1 Add a flag to disable jump table generation (all
switches use the binary search algorithm) for
environments that don't support it.  PPC64 JIT
is such an environment; turn the flag on for that.

llvm-svn: 54248
2008-07-31 18:13:12 +00:00
clang Remove getCodeBody() from Decl, and hoist getBody() into Decl as a virtual function. 2008-07-31 17:32:12 +00:00
llvm Add a flag to disable jump table generation (all 2008-07-31 18:13:12 +00:00