[llvm-commits] [llvm] r77079 - /llvm/trunk/include/llvm/Transforms/Scalar.h

Dan Gohman gohman at apple.com
Sat Jul 25 09:03:55 PDT 2009


Author: djg
Date: Sat Jul 25 11:03:55 2009
New Revision: 77079

URL: http://llvm.org/viewvc/llvm-project?rev=77079&view=rev
Log:
Update comments to new-style syntax.

Modified:
    llvm/trunk/include/llvm/Transforms/Scalar.h

Modified: llvm/trunk/include/llvm/Transforms/Scalar.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Transforms/Scalar.h?rev=77079&r1=77078&r2=77079&view=diff

==============================================================================
--- llvm/trunk/include/llvm/Transforms/Scalar.h (original)
+++ llvm/trunk/include/llvm/Transforms/Scalar.h Sat Jul 25 11:03:55 2009
@@ -225,7 +225,7 @@
 
 //===----------------------------------------------------------------------===//
 //
-// LowerAllocations - Turn malloc and free instructions into %malloc and %free
+// LowerAllocations - Turn malloc and free instructions into @malloc and @free
 // calls.
 //
 //   AU.addRequiredID(LowerAllocationsID);





More information about the llvm-commits mailing list