Skip to content

Commit 0b153a9

Browse files
committed
Fix a build error
Fixes: 2a2d749 ("[NFC][LLVM] Code cleanup in RegionPrinter (#166622)") commit-id:552ef7cb
1 parent c08644c commit 0b153a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Analysis/RegionPrinter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ llvm::DOTGraphTraits<RegionNode *>::getNodeLabel(RegionNode *Node,
4545
}
4646

4747
template <>
48-
struct DOTGraphTraits<RegionInfo *>
48+
struct llvm::DOTGraphTraits<RegionInfo *>
4949
: public llvm::DOTGraphTraits<RegionNode *> {
5050

5151
DOTGraphTraits (bool isSimple = false)

0 commit comments

Comments
 (0)