Skip to content

Commit 8444303

Browse files
committed
[NFC][LLVM] Namespace cleanup in StraightLineStrengthReduce
1 parent 1adbae9 commit 8444303

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

llvm/lib/Transforms/Scalar/StraightLineStrengthReduce.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -716,8 +716,6 @@ bool StraightLineStrengthReduce::runOnFunction(Function &F) {
716716
return Ret;
717717
}
718718

719-
namespace llvm {
720-
721719
PreservedAnalyses
722720
StraightLineStrengthReducePass::run(Function &F, FunctionAnalysisManager &AM) {
723721
const DataLayout *DL = &F.getDataLayout();
@@ -735,5 +733,3 @@ StraightLineStrengthReducePass::run(Function &F, FunctionAnalysisManager &AM) {
735733
PA.preserve<TargetIRAnalysis>();
736734
return PA;
737735
}
738-
739-
} // namespace llvm

0 commit comments

Comments
 (0)