Skip to content

Commit

Permalink
Remove an unused Passes include from CodeGen/RegUsageInfoPropagate.cpp
Browse files Browse the repository at this point in the history
CodeGen should not depend on Passes component.
  • Loading branch information
hokein committed Nov 15, 2024
1 parent 4fb1f2e commit 878b03e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion llvm/lib/CodeGen/RegUsageInfoPropagate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
#include "llvm/IR/Analysis.h"
#include "llvm/IR/Module.h"
#include "llvm/Pass.h"
#include "llvm/Passes/CodeGenPassBuilder.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/raw_ostream.h"

Expand Down

0 comments on commit 878b03e

Please sign in to comment.