Skip to content

Commit 4748ccf

Browse files
giordanoZentrik
authored andcommitted
Update src/llvm-late-gc-lowering.cpp
1 parent b5ef012 commit 4748ccf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/llvm-late-gc-lowering.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -749,8 +749,8 @@ void RecursivelyVisit(callback f, Value *V) {
749749
}
750750
llvm_dump(V);
751751
llvm_dump(TheUser);
752-
errs() << "Unexpected instruction\n"
753-
abort()
752+
errs() << "Unexpected instruction\n";
753+
abort();
754754
}
755755
}
756756

0 commit comments

Comments
 (0)