Skip to content

Commit c310c1f

Browse files
Remove getBitfieldOp missing feature
1 parent d52729f commit c310c1f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clang/include/clang/CIR/MissingFeatures.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,6 @@ struct MissingFeatures {
204204
static bool fastMathFlags() { return false; }
205205
static bool fpConstraints() { return false; }
206206
static bool generateDebugInfo() { return false; }
207-
static bool getBitfieldOp() { return false; }
208207
static bool hip() { return false; }
209208
static bool implicitConstructorArgs() { return false; }
210209
static bool incrementProfileCounter() { return false; }

0 commit comments

Comments
 (0)