[llvm] r321758 - [CodeGen][NFC] Remove unused function declaration

Francis Visoiu Mistrih via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 3 12:56:29 PST 2018


Author: thegameg
Date: Wed Jan  3 12:56:29 2018
New Revision: 321758

URL: http://llvm.org/viewvc/llvm-project?rev=321758&view=rev
Log:
[CodeGen][NFC] Remove unused function declaration

Modified:
    llvm/trunk/include/llvm/CodeGen/TargetPassConfig.h

Modified: llvm/trunk/include/llvm/CodeGen/TargetPassConfig.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/TargetPassConfig.h?rev=321758&r1=321757&r2=321758&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/TargetPassConfig.h (original)
+++ llvm/trunk/include/llvm/CodeGen/TargetPassConfig.h Wed Jan  3 12:56:29 2018
@@ -218,9 +218,6 @@ public:
   /// Return true if the optimized regalloc pipeline is enabled.
   bool getOptimizeRegAlloc() const;
 
-  /// Return true if shrink wrapping is enabled.
-  bool getEnableShrinkWrap() const;
-
   /// Return true if the default global register allocator is in use and
   /// has not be overriden on the command line with '-regalloc=...'
   bool usingDefaultRegAlloc() const;




More information about the llvm-commits mailing list