Skip to content

Commit 239db34

Browse files
removing unecessary debug code
1 parent 5ef3399 commit 239db34

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/IR/Verifier.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7339,7 +7339,6 @@ struct VerifierLegacyPass : public FunctionPass {
73397339

73407340
bool runOnFunction(Function &F) override {
73417341
if (!V->verify(F) && FatalErrors) {
7342-
auto x = V->verify(F);
73437342
errs() << "in function " << F.getName() << '\n';
73447343
report_fatal_error("Broken function found, compilation aborted!");
73457344
}

0 commit comments

Comments
 (0)