diff options
author | Victor Hernandez <vhernandez@apple.com> | 2010-01-05 21:13:46 +0000 |
---|---|---|
committer | Victor Hernandez <vhernandez@apple.com> | 2010-01-05 21:13:46 +0000 |
commit | 771150accba7ab3480746a451710ac81f950fac2 (patch) | |
tree | 0c2fbf3f039e9f6682030856ef36288fa9739334 /lib | |
parent | 49bdfefc8df5c0073bf716c20400581565644e3f (diff) |
Fix comment for CheckDebugInfoIntrinsics
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92774 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r-- | lib/VMCore/AutoUpgrade.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/VMCore/AutoUpgrade.cpp b/lib/VMCore/AutoUpgrade.cpp index 0676caa2c6..216184188a 100644 --- a/lib/VMCore/AutoUpgrade.cpp +++ b/lib/VMCore/AutoUpgrade.cpp @@ -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) { |