LLVM 22.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 (WebAssemblyFixBrTableDefaults, 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 27 of file WebAssemblyFixBrTableDefaults.cpp.

Function Documentation

◆ INITIALIZE_PASS()

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