[PATCH] Remove LLVMContextImpl::optimizationRemarkEnabledFor.

Diego Novillo dnovillo at google.com
Thu May 22 10:16:59 PDT 2014


Hi qcolombet,

This patch moves the handling of -pass-remarks* over to
lib/DiagnosticInfo.cpp. This allows the removal of the
optimizationRemarkEnabledFor functions from LLVMContextImpl, as they're
not needed anymore.

http://reviews.llvm.org/D3878

Files:
  include/llvm/IR/DiagnosticInfo.h
  lib/IR/DiagnosticInfo.cpp
  lib/IR/LLVMContext.cpp
  lib/IR/LLVMContextImpl.cpp
  lib/IR/LLVMContextImpl.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D3878.9707.patch
Type: text/x-patch
Size: 10979 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140522/c908b2b3/attachment.bin>


More information about the llvm-commits mailing list