Files
clang-p2996/llvm/lib/CodeGen/CallBrPrepare.cpp
Kazu Hirata 93de5f13b9 [CodeGen] Fix warnings
This patch fixes:

  llvm/lib/CodeGen/CallBrPrepare.cpp:154:14: error: unused variable
  'IsDominated' [-Werror,-Wunused-variable]

  llvm/lib/CodeGen/CallBrPrepare.cpp:150:13: error: unused function
  'PrintDebugDomInfo' [-Werror,-Wunused-function]
2023-02-16 20:08:35 -08:00

8.5 KiB