Skip to content

Commit f28235f

Browse files
committed
Review feedback
- Fix comment - Add roundtrip test
1 parent 7753dc3 commit f28235f

File tree

2 files changed

+360
-1
lines changed

2 files changed

+360
-1
lines changed

clang/lib/CIR/CodeGen/CIRGenExprScalar.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -755,7 +755,7 @@ class ScalarExprEmitter : public StmtVisitor<ScalarExprEmitter, mlir::Value> {
755755
cgf.cgm.errorNYI(loc, "fixed point comparisons");
756756
result = builder.getBool(false, loc);
757757
} else {
758-
// Unsigned integers and pointers.
758+
// integers and pointers
759759
if (cgf.cgm.getCodeGenOpts().StrictVTablePointers &&
760760
mlir::isa<cir::PointerType>(lhs.getType()) &&
761761
mlir::isa<cir::PointerType>(rhs.getType())) {

0 commit comments

Comments
 (0)