diff options
-rw-r--r-- | llvm/include/llvm/Support/GenericDomTreeConstruction.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Support/GenericDomTreeConstruction.h b/llvm/include/llvm/Support/GenericDomTreeConstruction.h index e222b758118..a0fec668e05 100644 --- a/llvm/include/llvm/Support/GenericDomTreeConstruction.h +++ b/llvm/include/llvm/Support/GenericDomTreeConstruction.h @@ -137,7 +137,7 @@ struct SemiNCAInfo { } return LastNum; - }; + } NodePtr eval(NodePtr VIn, unsigned LastLinked) { auto &VInInfo = NodeToInfo[VIn]; |