summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2010-08-13 02:30:00 +0000
committerEric Christopher <echristo@apple.com>2010-08-13 02:30:00 +0000
commit5e027fe1139e702b50b7d9e22079f8f160eca57c (patch)
tree3d489bc95ae3d8622a89301fb703ec62abb5f1f5 /llvm/lib/Target
parentee1ef8c40200cc45cf06071efc137bf8349d80fe (diff)
downloadbcm5719-llvm-5e027fe1139e702b50b7d9e22079f8f160eca57c.tar.gz
bcm5719-llvm-5e027fe1139e702b50b7d9e22079f8f160eca57c.zip
Revert r110954 for now, pseudo instructions can't make it through to the JIT.
llvm-svn: 111000
Diffstat (limited to 'llvm/lib/Target')
-rw-r--r--llvm/lib/Target/X86/X86CodeEmitter.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/X86/X86CodeEmitter.cpp b/llvm/lib/Target/X86/X86CodeEmitter.cpp
index ef2255de19c..84772ea72fc 100644
--- a/llvm/lib/Target/X86/X86CodeEmitter.cpp
+++ b/llvm/lib/Target/X86/X86CodeEmitter.cpp
@@ -702,6 +702,7 @@ void Emitter<CodeEmitter>::emitInstruction(const MachineInstr &MI,
// base address.
switch (Opcode) {
default:
+ MI.dump();
llvm_unreachable("psuedo instructions should be removed before code"
" emission");
break;
OpenPOWER on IntegriCloud