[llvm-commits] [llvm] r141727 - /llvm/trunk/lib/VMCore/DebugLoc.cpp
Eric Christopher
echristo at apple.com
Tue Oct 11 15:58:58 PDT 2011
Author: echristo
Date: Tue Oct 11 17:58:58 2011
New Revision: 141727
URL: http://llvm.org/viewvc/llvm-project?rev=141727&view=rev
Log:
Spacing.
Modified:
llvm/trunk/lib/VMCore/DebugLoc.cpp
Modified: llvm/trunk/lib/VMCore/DebugLoc.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/VMCore/DebugLoc.cpp?rev=141727&r1=141726&r2=141727&view=diff
==============================================================================
--- llvm/trunk/lib/VMCore/DebugLoc.cpp (original)
+++ llvm/trunk/lib/VMCore/DebugLoc.cpp Tue Oct 11 17:58:58 2011
@@ -240,7 +240,7 @@
/// deleted - The MDNode this is pointing to got deleted, so this pointer needs
/// to drop to null and we need remove our entry from the DenseMap.
void DebugRecVH::deleted() {
- // If this is a non-canonical reference, just drop the value to null, we know
+ // If this is a non-canonical reference, just drop the value to null, we know
// it doesn't have a map entry.
if (Idx == 0) {
setValPtr(0);
More information about the llvm-commits
mailing list