projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb6ed3f
)
Revert r110954 for now, pseudo instructions can't make it through to the JIT.
author
Eric Christopher
<echristo@apple.com>
Fri, 13 Aug 2010 02:30:00 +0000
(
02:30
+0000)
committer
Eric 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
patch
|
blob
|
history
diff --git
a/lib/Target/X86/X86CodeEmitter.cpp
b/lib/Target/X86/X86CodeEmitter.cpp
index ef2255de19c33e201cce05d34ff62b6162df91f1..84772ea72fc5f9b07791dd65e594a88b237c82b6 100644
(file)
--- a/
lib/Target/X86/X86CodeEmitter.cpp
+++ b/
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;