From e8535486dc5dac991839c565419f7d18b8073c77 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 3 Aug 2002 20:24:45 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3238 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Transforms/InstCombine/README.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 test/Transforms/InstCombine/README.txt diff --git a/test/Transforms/InstCombine/README.txt b/test/Transforms/InstCombine/README.txt new file mode 100644 index 00000000000..de043c77489 --- /dev/null +++ b/test/Transforms/InstCombine/README.txt @@ -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. +