[llvm-commits] [llvm] r69128 - /llvm/trunk/include/llvm/Target/TargetJITInfo.h

Dan Gohman gohman at apple.com
Tue Apr 14 18:44:07 PDT 2009


Author: djg
Date: Tue Apr 14 20:44:07 2009
New Revision: 69128

URL: http://llvm.org/viewvc/llvm-project?rev=69128&view=rev
Log:
Fix doxygen comment syntax.

Modified:
    llvm/trunk/include/llvm/Target/TargetJITInfo.h

Modified: llvm/trunk/include/llvm/Target/TargetJITInfo.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Target/TargetJITInfo.h?rev=69128&r1=69127&r2=69128&view=diff

==============================================================================
--- llvm/trunk/include/llvm/Target/TargetJITInfo.h (original)
+++ llvm/trunk/include/llvm/Target/TargetJITInfo.h Tue Apr 14 20:44:07 2009
@@ -112,7 +112,7 @@
     }
 
     /// needsGOT - Allows a target to specify that it would like the
-    // JIT to manage a GOT for it.
+    /// JIT to manage a GOT for it.
     bool needsGOT() const { return useGOT; }
 
     /// hasCustomConstantPool - Allows a target to specify that constant





More information about the llvm-commits mailing list