llvm-6502/unittests/VMCore
James Molloy b9478c2aef Add a new function to ConstantExpr - getAsInstruction. This returns its Instruction* corollary, which may be useful if a user
wishes to transform a ConstantExpr so that one of its operands is no longer constant.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168262 91177308-0d34-0410-b5e6-96231b3b80d8
2012-11-17 17:56:30 +00:00
..
CMakeLists.txt add unit test for waymarking algorithm (Use::getUser) 2012-11-12 10:01:17 +00:00
ConstantsTest.cpp Add a new function to ConstantExpr - getAsInstruction. This returns its Instruction* corollary, which may be useful if a user 2012-11-17 17:56:30 +00:00
DominatorTreeTest.cpp
InstructionsTest.cpp
IRBuilderTest.cpp
Makefile
MDBuilderTest.cpp
MetadataTest.cpp
PassManagerTest.cpp
TypeBuilderTest.cpp
TypesTest.cpp
ValueMapTest.cpp
VerifierTest.cpp
WaymarkTest.cpp do not play preprocessor tricks with 'private', use public interfaces instead; this appeases the VC++ buildbots 2012-11-12 13:34:59 +00:00