Skip to content

Commit

Permalink
Add a couple more pseudo instructions.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26939 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
Evan Cheng committed Mar 22, 2006
1 parent 841c882 commit a9f2a71
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/Target/X86/X86CodeEmitter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,8 @@ void Emitter::emitInstruction(const MachineInstr &MI) {
case X86::IMPLICIT_DEF_R32:
case X86::IMPLICIT_DEF_FR32:
case X86::IMPLICIT_DEF_FR64:
case X86::IMPLICIT_DEF_VR64:
case X86::IMPLICIT_DEF_VR128:
case X86::FP_REG_KILL:
break;
}
Expand Down

0 comments on commit a9f2a71

Please sign in to comment.