mirror of
https://github.com/intel/llvm.git
synced 2026-01-29 04:16:38 +08:00
Don't tack "Instruction not interpretable yet!" onto the end of
the instruction. llvm-svn: 139398
This commit is contained in:
@@ -174,7 +174,7 @@ public:
|
||||
|
||||
void visitVAArgInst(VAArgInst &I);
|
||||
void visitInstruction(Instruction &I) {
|
||||
errs() << I;
|
||||
errs() << I << "\n";
|
||||
llvm_unreachable("Instruction not interpretable yet!");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user