* Stop making a global for each constant that cannot live in an instruction;
it will be converted to a MachineConstantPool index during instruction selection * This is now eligible to become a FunctionPass since it does not have any side effects outside of the function it is processing. llvm-svn: 9773
Loading
Please register or sign in to comment