mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-26 19:36:28 +00:00
[NFCI][llvm-reduce] ReduceOperandBundles: actually put Module forward-declaration back into llvm namespace
This commit is contained in:
parent
8421364282
commit
fc4f5d6584
@ -27,9 +27,9 @@
|
||||
#include <iterator>
|
||||
#include <vector>
|
||||
|
||||
namespace {
|
||||
namespace llvm {
|
||||
class Module;
|
||||
} // namespace
|
||||
} // namespace llvm
|
||||
|
||||
using namespace llvm;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user