[llvm-commits] [llvm] r99991 - /llvm/trunk/include/llvm/Support/IRBuilder.h

Duncan Sands baldrick at free.fr
Tue Mar 30 22:27:33 PDT 2010


Author: baldrick
Date: Wed Mar 31 00:27:33 2010
New Revision: 99991

URL: http://llvm.org/viewvc/llvm-project?rev=99991&view=rev
Log:
Correct comment.

Modified:
    llvm/trunk/include/llvm/Support/IRBuilder.h

Modified: llvm/trunk/include/llvm/Support/IRBuilder.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Support/IRBuilder.h?rev=99991&r1=99990&r2=99991&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Support/IRBuilder.h (original)
+++ llvm/trunk/include/llvm/Support/IRBuilder.h Wed Mar 31 00:27:33 2010
@@ -85,7 +85,7 @@
     CurDbgLocation = L;
   }
   
-  /// SetCurrentDebugLocation - Set location information used by debugging
+  /// getCurrentDebugLocation - Get location information used by debugging
   /// information.
   MDNode *getCurrentDebugLocation() const { return CurDbgLocation; }
   





More information about the llvm-commits mailing list