Skip to content

Commit be7097b

Browse files
committed
Oops, missed one. Fix build failure
1 parent 5201b1c commit be7097b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/SIL/Dominance.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ void PostDominanceInfo::verify() const {
102102
PostDominanceInfo OtherDT(F);
103103

104104
// And compare.
105-
if (errorOccuredOnComparison(OtherDT)) {
105+
if (errorOccurredOnComparison(OtherDT)) {
106106
llvm::errs() << "PostDominatorTree is not up to date!\nComputed:\n";
107107
print(llvm::errs());
108108
llvm::errs() << "\nActual:\n";

0 commit comments

Comments
 (0)