Declare PostDominatorTree as a class
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Fri, 9 Feb 2018 18:41:42 +0000 (18:41 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Fri, 9 Feb 2018 18:41:42 +0000 (18:41 +0000)
commit58914ecb64f1b9ad215bab63e6da777e8e99bc71
treeb4d9f31f16edbe46d28c10735576f28bb0ee5a34
parentfc782a341a68a3e8b447a81bf3f6215f44b6a2a0
Declare PostDominatorTree as a class

Before it was declared at a struct, which differs from
DominatorTree. Make it a class so both can be declared
the same way without hitting the warning about mismatched
struct vs. class declarations.

llvm-svn: 324760
llvm/include/llvm/Analysis/PostDominators.h
llvm/include/llvm/Analysis/RegionInfo.h
llvm/include/llvm/Support/GenericDomTree.h