*** empty log message ***
authorChris Lattner <sabre@nondot.org>
Sat, 3 Aug 2002 20:24:45 +0000 (20:24 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 3 Aug 2002 20:24:45 +0000 (20:24 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3238 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/InstCombine/README.txt [new file with mode: 0644]

diff --git a/test/Transforms/InstCombine/README.txt b/test/Transforms/InstCombine/README.txt
new file mode 100644 (file)
index 0000000..de043c7
--- /dev/null
@@ -0,0 +1,4 @@
+This directory contains test cases for the instcombine transformation.  The
+dated tests are actual bug tests, whereas the named tests are used to test
+for features that the this pass should be capable of performing.
+