[llvm-commits] [llvm] r167536 - /llvm/trunk/docs/TestingGuide.html

Pawel Wodnicki pawel at 32bitmicro.com
Wed Nov 7 09:00:19 PST 2012


Author: pawel
Date: Wed Nov  7 11:00:18 2012
New Revision: 167536

URL: http://llvm.org/viewvc/llvm-project?rev=167536&view=rev
Log:
fix typo PR1476

Modified:
    llvm/trunk/docs/TestingGuide.html

Modified: llvm/trunk/docs/TestingGuide.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/TestingGuide.html?rev=167536&r1=167535&r2=167536&view=diff
==============================================================================
--- llvm/trunk/docs/TestingGuide.html (original)
+++ llvm/trunk/docs/TestingGuide.html Wed Nov  7 11:00:18 2012
@@ -222,7 +222,7 @@
 
 <div class="doc_code">
 <pre>
-% llvm-lit ~/llvm/test/Integer/BitPackeD.ll 
+% llvm-lit ~/llvm/test/Integer/BitPacked.ll 
 </pre>
 </div>
 





More information about the llvm-commits mailing list