Forgot this in the last commit.

llvm-svn: 71014
This commit is contained in:
Evan Cheng 2009-05-05 20:54:11 +00:00
parent 5e2ac0cd9c
commit 1eb40dad17
1 changed files with 1 additions and 1 deletions

View 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);