llvm-6502/lib/Transforms
Chris Lattner 0eeb913aa1 Previously, all operands to Constant were themselves constant.
In the new world order, BlockAddress can have a BasicBlock operand.
This doesn't permute much, because if you have a ConstantExpr (or
anything more specific than Constant) we still know the operand has
to be a Constant.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85375 91177308-0d34-0410-b5e6-96231b3b80d8
2009-10-28 05:14:34 +00:00
..
Hello Use raw_ostream::write_escaped instead of EscapeString. 2009-10-17 20:43:19 +00:00
Instrumentation Remove includes of Support/Compiler.h that are no longer needed after the 2009-10-25 06:57:41 +00:00
IPO Previously, all operands to Constant were themselves constant. 2009-10-28 05:14:34 +00:00
Scalar Factor out redundancy from clone() implementations. 2009-10-27 22:16:29 +00:00
Utils Factor out redundancy from clone() implementations. 2009-10-27 22:16:29 +00:00
Makefile