summaryrefslogtreecommitdiffstats
path: root/contrib/llvm/lib/Bitcode/Reader/MetadataLoader.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/llvm/lib/Bitcode/Reader/MetadataLoader.h')
-rw-r--r--contrib/llvm/lib/Bitcode/Reader/MetadataLoader.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/llvm/lib/Bitcode/Reader/MetadataLoader.h b/contrib/llvm/lib/Bitcode/Reader/MetadataLoader.h
index 442dfc9..f23dcc0 100644
--- a/contrib/llvm/lib/Bitcode/Reader/MetadataLoader.h
+++ b/contrib/llvm/lib/Bitcode/Reader/MetadataLoader.h
@@ -79,6 +79,9 @@ public:
unsigned size() const;
void shrinkTo(unsigned N);
+
+ /// Perform bitcode upgrades on llvm.dbg.* calls.
+ void upgradeDebugIntrinsics(Function &F);
};
}
OpenPOWER on IntegriCloud