Skip to content

Commit 2ef89b1

Browse files
committed
fix incorrect changes
1 parent 8abd62f commit 2ef89b1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

llvm/include/llvm/CodeGen/RegisterUsageInfo.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ class PhysicalRegisterUsageInfo {
5151

5252
void print(raw_ostream &OS, const Module *M = nullptr) const;
5353

54+
bool invalidate(Module &M, const PreservedAnalyses &PA,
55+
ModuleAnalysisManager::Invalidator &Inv);
56+
5457
private:
5558
/// A Dense map from Function * to RegMask.
5659
/// In RegMask 0 means register used (clobbered) by function.

0 commit comments

Comments
 (0)