forked from OSchip/llvm-project
Don't tack "Instruction not interpretable yet!" onto the end of
the instruction. llvm-svn: 139398
This commit is contained in:
parent
b4c32d92ea
commit
eee3fca1c0
|
@ -174,7 +174,7 @@ public:
|
|||
|
||||
void visitVAArgInst(VAArgInst &I);
|
||||
void visitInstruction(Instruction &I) {
|
||||
errs() << I;
|
||||
errs() << I << "\n";
|
||||
llvm_unreachable("Instruction not interpretable yet!");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue