Skip to content

Commit 4f07154

Browse files
committed
add isRequired()
1 parent f9fdf47 commit 4f07154

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/include/llvm/CodeGen/InitUndef.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ class InitUndefPass : public PassInfoMixin<InitUndefPass> {
1717
public:
1818
PreservedAnalyses run(MachineFunction &MF,
1919
MachineFunctionAnalysisManager &MFAM);
20+
static bool isRequired() { return true; }
2021
};
2122

2223
} // namespace llvm

0 commit comments

Comments
 (0)