aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/X86/X86CodeEmitter.cpp
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2006-03-22 02:52:03 +0000
committerEvan Cheng <evan.cheng@apple.com>2006-03-22 02:52:03 +0000
commita9f2a717e9112a808d3d0907b19d52deb7bdf0ae (patch)
treeeda33f0424ebf37f927c4a40ac13de58e391b55f /lib/Target/X86/X86CodeEmitter.cpp
parent841c882f5dae8c953ea99b5824108313549cfaf8 (diff)
downloadexternal_llvm-a9f2a717e9112a808d3d0907b19d52deb7bdf0ae.tar.gz
external_llvm-a9f2a717e9112a808d3d0907b19d52deb7bdf0ae.tar.bz2
external_llvm-a9f2a717e9112a808d3d0907b19d52deb7bdf0ae.zip
Add a couple more pseudo instructions.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26939 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/X86/X86CodeEmitter.cpp')
-rw-r--r--lib/Target/X86/X86CodeEmitter.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Target/X86/X86CodeEmitter.cpp b/lib/Target/X86/X86CodeEmitter.cpp
index 5ef846b7dc..51be7b82de 100644
--- a/lib/Target/X86/X86CodeEmitter.cpp
+++ b/lib/Target/X86/X86CodeEmitter.cpp
@@ -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;
}