[llvm-branch-commits] [llvm-branch] r71100 - /llvm/branches/Apple/Dib/include/llvm/CodeGen/Passes.h
Bill Wendling
isanbard at gmail.com
Wed May 6 11:47:17 PDT 2009
Author: void
Date: Wed May 6 13:47:09 2009
New Revision: 71100
URL: http://llvm.org/viewvc/llvm-project?rev=71100&view=rev
Log:
--- Merging r71014 into '.':
U include/llvm/CodeGen/Passes.h
Modified:
llvm/branches/Apple/Dib/include/llvm/CodeGen/Passes.h
Modified: llvm/branches/Apple/Dib/include/llvm/CodeGen/Passes.h
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/Apple/Dib/include/llvm/CodeGen/Passes.h?rev=71100&r1=71099&r2=71100&view=diff
==============================================================================
--- llvm/branches/Apple/Dib/include/llvm/CodeGen/Passes.h (original)
+++ llvm/branches/Apple/Dib/include/llvm/CodeGen/Passes.h Wed May 6 13:47:09 2009
@@ -191,7 +191,7 @@
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);
More information about the llvm-branch-commits
mailing list