forked from OSchip/llvm-project
parent
5b4a9f4a69
commit
ea56bdde34
|
@ -366,6 +366,10 @@ FastISel::SelectInstruction(Instruction *I) {
|
|||
return false;
|
||||
}
|
||||
|
||||
case Instruction::Unreachable:
|
||||
// Nothing to emit.
|
||||
return true;
|
||||
|
||||
case Instruction::PHI:
|
||||
// PHI nodes are already emitted.
|
||||
return true;
|
||||
|
|
Loading…
Reference in New Issue