Revert r110954 for now, pseudo instructions can't make it through to the JIT.
authorEric Christopher <echristo@apple.com>
Fri, 13 Aug 2010 02:30:00 +0000 (02:30 +0000)
committerEric Christopher <echristo@apple.com>
Fri, 13 Aug 2010 02:30:00 +0000 (02:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111000 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86CodeEmitter.cpp

index ef2255de19c33e201cce05d34ff62b6162df91f1..84772ea72fc5f9b07791dd65e594a88b237c82b6 100644 (file)
@@ -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;