Skip to content

Commit d0f2f5c

Browse files
nhaehnlevinay-deshmukh
authored andcommitted
Fix a build error
Fixes: 2a2d749 ("[NFC][LLVM] Code cleanup in RegionPrinter (llvm#166622)") commit-id:552ef7cb
1 parent 7f770b6 commit d0f2f5c

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)