Skip to content

Commit 169960d

Browse files
committed
move report_fatal_error outside of NDEBUG block
1 parent 9ee44f0 commit 169960d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Transforms/Scalar/LowerMatrixIntrinsics.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,8 +384,8 @@ class LowerMatrixIntrinsics {
384384
else {
385385
#ifndef NDEBUG
386386
Constant->dump();
387-
report_fatal_error("unhandled ConstantData type");
388387
#endif
388+
report_fatal_error("unhandled ConstantData type");
389389
}
390390
}
391391
}

0 commit comments

Comments
 (0)