summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/X86/X86InstrInfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/X86InstrInfo.cpp b/llvm/lib/Target/X86/X86InstrInfo.cpp
index 3c12fa17356..762a7bc6653 100644
--- a/llvm/lib/Target/X86/X86InstrInfo.cpp
+++ b/llvm/lib/Target/X86/X86InstrInfo.cpp
@@ -1499,7 +1499,7 @@ void X86InstrInfo::copyRegToReg(MachineBasicBlock &MBB,
return;
}
- cerr << "Not yet supported!";
+ assert(0 && "Not yet supported!");
abort();
}
OpenPOWER on IntegriCloud