We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 005a4aa commit 7c89fe4Copy full SHA for 7c89fe4
clang/lib/CIR/CodeGen/CIRGenBuilder.h
@@ -44,7 +44,7 @@ class CIRGenBuilderTy : public cir::CIRBaseBuilderTy {
44
assert(!cir::MissingFeatures::unsizedTypes());
45
return false;
46
}
47
-
+
48
bool isInt(mlir::Type i) { return mlir::isa<cir::IntType>(i); }
49
50
// Creates constant nullptr for pointer type ty.
0 commit comments