Andrew Woloszyn 2d83ab2f57 Fixed subtle issue that causes tests to fail in VS2013 in some configs.
Depending on specific optimization settings VS2013 will sometimes
execute the operands to

new Instruction(builder.getUniqueId(), builder.makeBoolType(), OpPhi)

left-to-right, and sometimes right-to-left. Since makeBoolType can
also call getUniqueId(), the IDs to the OpPhi can sometimes be swapped.

This guarantees an explicit ordering of the Ids so that tests work
reliably.
2015-09-18 16:12:03 -04:00
..
2015-08-06 22:55:01 -06:00
2015-08-06 22:55:01 -06:00
2015-08-06 22:55:01 -06:00
2015-08-06 22:59:24 -06:00
2015-08-06 22:59:24 -06:00
2015-08-06 22:55:01 -06:00
2015-08-06 22:55:01 -06:00