[PATCH] D41765: [CodeGen] Provide an advanced shrink-wrapping interface
    Quentin Colombet via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Jan 10 09:38:48 PST 2018
    
    
  
qcolombet added inline comments.
================
Comment at: lib/CodeGen/DefaultShrinkWrapper.cpp:1
+//===- DefaultShrinkWrapper.cpp - Shrink Wrapping Utility -------*- C++ -*-===//
+//
----------------
Could we use a different name that Default because given the plan is to change the default, this is just going to be confusing :)
https://reviews.llvm.org/D41765
    
    
More information about the llvm-commits
mailing list