[llvm-branch-commits] [llvm-branch] r215710 - tweak comment

Gabor Greif ggreif at gmail.com
Fri Aug 15 06:48:49 PDT 2014


Author: ggreif
Date: Fri Aug 15 08:48:49 2014
New Revision: 215710

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

Modified:
    llvm/branches/ggreif/waymark-64-new/include/llvm/IR/Use.h

Modified: llvm/branches/ggreif/waymark-64-new/include/llvm/IR/Use.h
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/ggreif/waymark-64-new/include/llvm/IR/Use.h?rev=215710&r1=215709&r2=215710&view=diff
==============================================================================
--- llvm/branches/ggreif/waymark-64-new/include/llvm/IR/Use.h (original)
+++ llvm/branches/ggreif/waymark-64-new/include/llvm/IR/Use.h Fri Aug 15 08:48:49 2014
@@ -51,7 +51,7 @@ public:
   enum { NumLowBitsAvailable = 2 + (sizeof(Use**) >= 8) };
 };
 
-// Smart baseclass to Use, that provides necessary discriminators.
+// Smart baseclass to Use that provides necessary discriminators.
 template <bool = (sizeof(Use**) >= 8)> struct PrevPointerIntPair;
 
 template <> struct PrevPointerIntPair<false> {





More information about the llvm-branch-commits mailing list