mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-14 17:57:43 +00:00
Move else onto line with preceding closing brace.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168294 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
820b52572f
commit
8f54a53f0e
@ -465,8 +465,7 @@ void TargetPassConfig::addMachinePasses() {
|
|||||||
// Add passes that optimize machine instructions in SSA form.
|
// Add passes that optimize machine instructions in SSA form.
|
||||||
if (getOptLevel() != CodeGenOpt::None) {
|
if (getOptLevel() != CodeGenOpt::None) {
|
||||||
addMachineSSAOptimization();
|
addMachineSSAOptimization();
|
||||||
}
|
} else {
|
||||||
else {
|
|
||||||
// If the target requests it, assign local variables to stack slots relative
|
// If the target requests it, assign local variables to stack slots relative
|
||||||
// to one another and simplify frame index references where possible.
|
// to one another and simplify frame index references where possible.
|
||||||
addPass(&LocalStackSlotAllocationID);
|
addPass(&LocalStackSlotAllocationID);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user