Fix comment for CheckDebugInfoIntrinsics

llvm-svn: 92774
This commit is contained in:
Victor Hernandez 2010-01-05 21:13:46 +00:00
parent b82a840eb2
commit c2044a1193
1 changed files with 3 additions and 2 deletions

View File

@ -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) {