mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-16 16:48:02 +00:00
Forgot this in the last commit.
llvm-svn: 71014
This commit is contained in:
parent
5f4fcbeb10
commit
5c1e41c21d
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user