mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-23 14:03:14 +00:00
Fix comment for CheckDebugInfoIntrinsics
llvm-svn: 92774
This commit is contained in:
parent
3aac94341a
commit
173518e4ae
@ -480,8 +480,9 @@ void llvm::UpgradeCallsToIntrinsic(Function* F) {
|
||||
}
|
||||
}
|
||||
|
||||
/// This function checks debug info intrinsics. If an intrinsic is invalid
|
||||
/// then this function simply removes the intrinsic.
|
||||
/// This function strips all debug info intrinsics, except for llvm.dbg.declare.
|
||||
/// If an llvm.dbg.declare intrinsic is invalid, then this function simply
|
||||
/// strips that use.
|
||||
void llvm::CheckDebugInfoIntrinsics(Module *M) {
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user