[llvm] [NFC][TableGen] Fix GlobalISel TableGen backend namespace usage (PR #156986)
Rahul Joshi via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 5 06:49:19 PDT 2025
================
@@ -9,15 +9,13 @@
#include "CombinerUtils.h"
#include "llvm/ADT/StringSet.h"
-namespace llvm {
+using namespace llvm;
-StringRef insertStrRef(StringRef S) {
+StringRef llvm::insertStrRef(StringRef S) {
----------------
jurahul wrote:
Added FIXME for future fixups.
https://github.com/llvm/llvm-project/pull/156986
More information about the llvm-commits
mailing list