// Replace malloc and free instructions with library calls.
PM.add(createLowerAllocationsPass());
+
+ // FIXME: implement the select instruction in the instruction selector.
+ PM.add(createLowerSelectPass());
// FIXME: implement the switch instruction in the instruction selector.
PM.add(createLowerSwitchPass());
// Replace malloc and free instructions with library calls.
PM.add(createLowerAllocationsPass());
+ // FIXME: implement the select instruction in the instruction selector.
+ PM.add(createLowerSelectPass());
+
// FIXME: implement the switch instruction in the instruction selector.
PM.add(createLowerSwitchPass());
// Replace malloc and free instructions with library calls.
PM.add(createLowerAllocationsPass());
+
+ // FIXME: implement the select instruction in the instruction selector.
+ PM.add(createLowerSelectPass());
// FIXME: implement the switch instruction in the instruction selector.
PM.add(createLowerSwitchPass());
// Replace malloc and free instructions with library calls.
PM.add(createLowerAllocationsPass());
+ // FIXME: implement the select instruction in the instruction selector.
+ PM.add(createLowerSelectPass());
+
// FIXME: implement the switch instruction in the instruction selector.
PM.add(createLowerSwitchPass());