Skip to content

Commit

Permalink
fix fallout from file rename
Browse files Browse the repository at this point in the history
  • Loading branch information
schweitzpgi committed May 20, 2020
1 parent 23950e6 commit 9e940a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flang/lib/Optimizer/Transforms/CSE.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#include "mlir/IR/Builders.h"
#include "mlir/IR/Dominance.h"
#include "mlir/IR/Function.h"
#include "mlir/Interfaces/SideEffects.h"
#include "mlir/Interfaces/SideEffectInterfaces.h"
#include "mlir/Pass/Pass.h"
#include "mlir/Transforms/Passes.h"
#include "mlir/Transforms/Utils.h"
Expand Down

0 comments on commit 9e940a8

Please sign in to comment.