forked from OSchip/llvm-project
Remove redundant qualification
Address GCC error: extra qualification not allowed [-fpermissive] PiperOrigin-RevId: 268133737
This commit is contained in:
parent
af27f4c746
commit
a23f69a37b
|
@ -31,7 +31,7 @@ namespace llvm {
|
|||
|
||||
// Specialize GraphTraits to treat Block as a graph of Operations as nodes and
|
||||
// uses as edges.
|
||||
template <> struct llvm::GraphTraits<mlir::Block *> {
|
||||
template <> struct GraphTraits<mlir::Block *> {
|
||||
using GraphType = mlir::Block *;
|
||||
using NodeRef = mlir::Operation *;
|
||||
|
||||
|
|
Loading…
Reference in New Issue