[llvm-commits] [llvm] r48415 - /llvm/trunk/test/Verifier/README.txt
Nick Lewycky
nicholas at mxc.ca
Sun Mar 16 00:31:24 PDT 2008
Author: nicholas
Date: Sun Mar 16 02:31:23 2008
New Revision: 48415
URL: http://llvm.org/viewvc/llvm-project?rev=48415&view=rev
Log:
Regressions/ is long gone.
Modified:
llvm/trunk/test/Verifier/README.txt
Modified: llvm/trunk/test/Verifier/README.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Verifier/README.txt?rev=48415&r1=48414&r2=48415&view=diff
==============================================================================
--- llvm/trunk/test/Verifier/README.txt (original)
+++ llvm/trunk/test/Verifier/README.txt Sun Mar 16 02:31:23 2008
@@ -1,3 +1,3 @@
This directory contains testcases that the verifier is supposed to detect as
malformed LLVM code. Testcases for situations that the verifier incorrectly
-identifies as malformed should go in the Regressions/Assembler directory.
+identifies as malformed should go in the test/Assembler directory.
More information about the llvm-commits
mailing list