Skip to content

Commit

Permalink
Remove extra whitespace. NFC.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@258035 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
junmopark-sec committed Jan 18, 2016
1 parent 9bbd5f2 commit a0a25d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/CodeGen/Passes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ TargetPassConfig::TargetPassConfig(TargetMachine *tm, PassManagerBase &pm)
: ImmutablePass(ID), PM(&pm), StartBefore(nullptr), StartAfter(nullptr),
StopAfter(nullptr), Started(true), Stopped(false),
AddingMachinePasses(false), TM(tm), Impl(nullptr), Initialized(false),
DisableVerify(false), EnableTailMerge(true) {
DisableVerify(false), EnableTailMerge(true) {

Impl = new PassConfigImpl();

Expand Down Expand Up @@ -556,7 +556,7 @@ void TargetPassConfig::addMachinePasses() {
addPostRegAlloc();

// Insert prolog/epilog code. Eliminate abstract frame index references...
if (getOptLevel() != CodeGenOpt::None)
if (getOptLevel() != CodeGenOpt::None)
addPass(&ShrinkWrapID);

addPass(&PrologEpilogCodeInserterID);
Expand Down

0 comments on commit a0a25d8

Please sign in to comment.