LLVM 24.0.0git
WebAssemblyFixBrTableDefaults.cpp File Reference

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "wasm-fix-br-table-defaults"

Functions

 INITIALIZE_PASS (WebAssemblyFixBrTableDefaultsLegacy, DEBUG_TYPE, "Removes range checks and sets br_table default targets", false, false) FunctionPass *llvm

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "wasm-fix-br-table-defaults"

Definition at line 30 of file WebAssemblyFixBrTableDefaults.cpp.

Function Documentation

◆ INITIALIZE_PASS()

INITIALIZE_PASS ( WebAssemblyFixBrTableDefaultsLegacy ,
DEBUG_TYPE ,
"Removes range checks and sets br_table default targets" ,
false ,
false  )