Files
clang-p2996/llvm/lib/Transforms/Instrumentation/MemProfiler.cpp
Jie Fu a6161a2524 [Instrumentation] Remove unused variable 'DL' in MemProfiler.cpp (NFC)
llvm-project/llvm/lib/Transforms/Instrumentation/MemProfiler.cpp:375:21:
 error: unused variable 'DL' [-Werror,-Wunused-variable]
  const DataLayout &DL = I->getModule()->getDataLayout();
                    ^
1 error generated.
2024-01-25 10:11:17 +08:00

35 KiB