Don't emit pseudo instructions!
authorChris Lattner <sabre@nondot.org>
Tue, 21 Mar 2006 20:19:37 +0000 (20:19 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 21 Mar 2006 20:19:37 +0000 (20:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26926 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/PowerPC/PPCCodeEmitter.cpp

index e1178d701f02fe9665c0298ef6eca5dcd8790f68..eacf0ce7b6a23084cf8e2fc7c51bee0663a77bf5 100644 (file)
@@ -132,6 +132,7 @@ void PPCCodeEmitter::emitBasicBlock(MachineBasicBlock &MBB) {
     case PPC::IMPLICIT_DEF_GPR:
     case PPC::IMPLICIT_DEF_F8:
     case PPC::IMPLICIT_DEF_F4:
+    case PPC::IMPLICIT_DEF_VRRC:
       break; // pseudo opcode, no side effects
     case PPC::MovePCtoLR:
       assert(0 && "CodeEmitter does not support MovePCtoLR instruction");