Sanjoy Das 8e0e5a579d [MergeFunctions] Use II instead of CI for InvokeInst; NFC
Using `CI` is slightly misleading.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@255529 91177308-0d34-0410-b5e6-96231b3b80d8
2015-12-14 19:11:45 +00:00
..
2015-12-14 18:34:23 +00:00
2013-11-15 01:34:59 +00:00
2014-12-03 02:08:38 +00:00

This directory contains test cases for individual source features of LLVM.
It is designed to make sure that the major components of LLVM support all of the
features of LLVM, for very small examples.  Entire programs should not go here.

Regression tests for individual bug fixes should go into the test/Regression dir.