We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77861b3 commit 82a276eCopy full SHA for 82a276e
llvm/lib/Target/ARM/ARMISelLowering.cpp
@@ -115,7 +115,6 @@
115
#include <vector>
116
117
using namespace llvm;
118
-using namespace llvm::PatternMatch;
119
120
#define DEBUG_TYPE "arm-isel"
121
llvm/lib/Target/WebAssembly/WebAssemblyFastISel.cpp
@@ -35,10 +35,8 @@
35
#include "llvm/IR/GlobalVariable.h"
36
#include "llvm/IR/Instructions.h"
37
#include "llvm/IR/Operator.h"
38
-#include "llvm/IR/PatternMatch.h"
39
40
41
-using namespace PatternMatch;
42
43
#define DEBUG_TYPE "wasm-fastisel"
44
0 commit comments