Forgot this in the last commit.
authorEvan Cheng <evan.cheng@apple.com>
Tue, 5 May 2009 20:54:11 +0000 (20:54 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Tue, 5 May 2009 20:54:11 +0000 (20:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71014 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/Passes.h

index e9d26cf4c235e15bc4009bcb1a5dfce754f43ba8..faf98319525783d72f3d47bf77e8b31107ff62bc 100644 (file)
@@ -191,7 +191,7 @@ namespace llvm {
   FunctionPass *createMachineSinkingPass();
 
   /// createStackSlotColoringPass - This pass performs stack slot coloring.
-  FunctionPass *createStackSlotColoringPass();
+  FunctionPass *createStackSlotColoringPass(bool);
 
   /// createStackProtectorPass - This pass adds stack protectors to functions.
   FunctionPass *createStackProtectorPass(const TargetLowering *tli);