Skip to content

Commit

Permalink
Minor code cleanups. NFC.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@259033 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
junmopark-sec committed Jan 28, 2016
1 parent 665e71a commit d92d3ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/CodeGen/CodeGenPrepare.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5254,7 +5254,7 @@ bool CodeGenPrepare::optimizeBlock(BasicBlock &BB, bool& ModifiedDT) {
}
}
MadeChange |= dupRetToEnableTailCallOpts(&BB);

return MadeChange;
}

Expand Down

0 comments on commit d92d3ed

Please sign in to comment.