hanchenye-llvm-project/llvm/unittests/IR
Matt Arsenault 065ced9bed Fix ptr vector inconsistency in CreatePointerCast
One form would accept a vector of pointers, and the other did not.
Make both accept vectors of pointers, and add an assertion
for the number of elements.

llvm-svn: 187464
2013-07-31 00:17:33 +00:00
..
AttributesTest.cpp
CMakeLists.txt Add missing PatternMatch.cpp to CMakeLists.txt 2013-05-05 02:14:28 +00:00
ConstantsTest.cpp
DominatorTreeTest.cpp
IRBuilderTest.cpp
InstructionsTest.cpp Fix ptr vector inconsistency in CreatePointerCast 2013-07-31 00:17:33 +00:00
MDBuilderTest.cpp
Makefile
MetadataTest.cpp
PassManagerTest.cpp
PatternMatch.cpp PatternMatch: Matcher for (un)ordered floating point min/max 2013-05-05 01:54:46 +00:00
TypeBuilderTest.cpp
TypesTest.cpp
ValueMapTest.cpp
ValueTest.cpp
VerifierTest.cpp Add unit test to test a trivial verifier check. 2013-06-19 19:26:44 +00:00
WaymarkTest.cpp